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

@ -1,6 +1,6 @@
{
"name": "@actions/io",
"version": "1.1.1",
"version": "1.1.2",
"description": "Actions io lib",
"keywords": [
"github",