Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade actions/checkout and use new output command (#3067)
This PR fixes various deprecation messages in CI: ``` The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ ``` ``` 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/ ``` Resolves: WATonomous/infra-config#2263
- Loading branch information