attic-action/dist
Sergey Vlasov 3fea4e0b70 Use core.saveState instead of raw 'save-state' command
The 'save-state' and 'set-output' commands are deprecated since
2022-10-11 and cause warnings when used in workflows:

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

The saveState function from @actions/core >= 1.10.0 uses the new way to
pass data to the post actions ($GITHUB_STATE); use that function instead
of sending the deprecated 'save-state' command directly.
2022-10-19 15:44:21 +03:00
..
main Use core.saveState instead of raw 'save-state' command 2022-10-19 15:44:21 +03:00