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

chore: github action version bumps #60

Merged
merged 5 commits into from
May 7, 2024

Conversation

erikburt
Copy link
Contributor

@erikburt erikburt commented May 6, 2024

What

Updating Github Action references in all workflows.

Why

Github Actions node16 deprecation. See blog post (github.blog)

Node16 has been out of support since September 2023. As a result we have started the deprecation process of Node16 for GitHub Actions. We plan to migrate all actions to run on Node20 by Spring 2024.
Following on from our warning in workflows using Node16 we will start enforcing the use of Node20 rather than Node16 on the 13th of May.

Notes

RE-2531

Outdated Dependency Paths:

ci-cd.yaml -> build-and-push-image -> actions/checkout@v3 -> node16
ci-cd.yaml -> test -> actions/checkout@v3 -> node16

@erikburt erikburt requested review from justinfranco, namikmesic and a team May 6, 2024 18:33
@erikburt erikburt self-assigned this May 6, 2024
Copy link
Contributor

@justinfranco justinfranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating this to the best practices

@erikburt erikburt merged commit 96e3238 into main May 7, 2024
6 checks passed
@erikburt erikburt deleted the chore/update-github-actions-1715019955108 branch May 7, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants