Skip to content

Commit 1136b6b

Browse files
authored
Bump @actions/core to 1.10.0 (#244)
Github announced deprecation of `set-output` command, so we need to update core lib to 1.10.0 that reacts changes. https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ``` Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions. ```
1 parent d81c1d9 commit 1136b6b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"author": "Gago <[email protected]>",
9595
"dependencies": {
96-
"@actions/core": "^1.9.1",
96+
"@actions/core": "^1.10.0",
9797
"aws-sdk": "^2.681.0"
9898
},
9999
"devDependencies": {

0 commit comments

Comments
 (0)