From 79bd829d8a1f89cba68177da38430aa1a944feed Mon Sep 17 00:00:00 2001 From: Redian Ibra Date: Thu, 5 Jan 2023 12:44:36 +0100 Subject: [PATCH] Update @actions/core to fix the set-output warning In version 1.10.0 of `@actions/core` they have fixed the warning we are getting for set-output in our github actions. As per per this PR https://github.com/actions/toolkit/pull/1178 And as discussed here https://github.com/actions/toolkit/issues/1218 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c832e18..47e2b56 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "atulanand94@gmail.com", "license": "MIT", "dependencies": { - "@actions/core": "1.9.1", + "@actions/core": "1.10.0", "@actions/github": "^5.0.0", "tar": "^6.1.11" },