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:
Naoki Oketani
2022-12-10 21:53:13 +09:00
parent 317d6dc36c
commit c9382a0fb4
2 changed files with 8 additions and 8 deletions

View File

@@ -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",