-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GitHub Action Versions #10543
Update GitHub Action Versions #10543
Conversation
Skipping CI for Draft Pull Request. |
actions/checkout@v2 uses a version of node that is unsuported and may not work soon. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
It uses NodeJS 12 which is outdated and will be removed soon. It is easy to move to use apt-get. This update does what the action was doing anyways.
I'm probably missing something, but why not enable dependabot or renovate or something similar instead of doing manual updates? |
There was no version 1.
That is good idea. Since we are so far behind on the updates I think it might sense for this round to be manual to ensure we are not breaking things. For example, I needed to upgrade the configuration for our changelog action. |
|
Code Climate has analyzed commit 81b7326 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 52.5% (0.0% change). View more on Code Climate. |
Description:
Update actions dependacies
Rationale:
actions/checkout@v2
(and other actions) use a version of node that is unsuported and may not work soon. Seehttps://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/