update @actions/core not to use deprecated commands
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"author": "Naoki Oketani <okepy.naoki@gmail.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.1",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.0.3",
|
||||
"@octokit/rest": "^18.12.0",
|
||||
"axios": "^0.27.2",
|
||||
|
||||
Reference in New Issue
Block a user