Removes deprecated set-output usage

For more information see
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

This change bumps a bunch of the internal actions packages. Note that
the only required version change is `actions/core` to 1.10.0. The others
are not required, but seem like a reasonable idea.

It also changes all of the workflows that use `set-output`.
This commit is contained in:
Andrew Eisenberg 2022-10-13 13:25:43 -07:00
parent e2481f79eb
commit eba983fb9b
44 changed files with 518 additions and 1187 deletions

View file

@ -21,13 +21,13 @@
},
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.0.0",
"@actions/cache": "^3.0.4",
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.0",
"@actions/artifact": "^1.1.0",
"@actions/cache": "^3.0.5",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^4.0.0",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^2.0.0",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",
"@chrisgavin/safe-which": "^1.0.2",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/types": "^8.0.0",