Skip to content
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 Action step versions #4232

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Update Action step versions #4232

merged 4 commits into from
Aug 29, 2024

Conversation

theunrepentantgeek
Copy link
Member

What this PR does / why we need it

GitHub has deprecated use of Node 16 and has started forcing actions to run on Node 20 instead.

Warnings are generated for workflows using old versions of actions:

The following actions use a deprecated Node.js version and will be forced to run on node20: 
actions/checkout@v3, docker/login-action@v2, actions/github-script@v6. 
For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

This PR updates versions of actions to the latest versions, pinned via commit-id as recommended.

How does this PR make you feel:
gif

@theunrepentantgeek theunrepentantgeek added this pull request to the merge queue Aug 29, 2024
Merged via the queue into main with commit 97ce00c Aug 29, 2024
8 checks passed
@theunrepentantgeek theunrepentantgeek deleted the update/action-versions branch August 29, 2024 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants