agri-gaia/seerep

Update GitHub Actions to remove deprecation warnings

Closed this issue · 2 comments

Update the GitHub Actions (CI, GitLab Sync & Tests) to remove warnings. The warnings are mainly due to Node12 becoming deprecated, see this GitHub blog entry.

Most of the Node.js warnings should be fixed by updating actions/checkout@v2 to actions/checkout@v3

Also:

The `set-output` 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/

Hopefully nobody sees how often I forced pushed 🤫