Solve GitHub actions deprecation warnings #1400
JonnyBurger posted onGitHub
š This issue is part of our Hacktoberfest campaign! š Read more about Hacktoberfest here ā This issue is currently taken by @glokta1! š° Thanks to CodeChem for sponsoring this issue!
Problem
When running a GitHub workflow a lot of warnings are popping up:
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: Iamshankhadeep/setup-ffmpeg, actions/cache
actions/cache
should be updated, a PR can be made to the Iamshankhadeep/setup-ffmpeg
repo
The
set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files
The
save-state
command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands
Acceptance criteria
- Upgrade the YAML files and make PRs to get these three errors fixed
- Keep the previous behavior of the pipeline
Fund this Issue
Rewarded pull request
Click to copy link
Recent activities