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 #172

Merged
merged 6 commits into from
Apr 30, 2024

Conversation

erikburt
Copy link
Contributor

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:

Workflow:semver-compare-check-dist ---> Job:check-dist ---> actions/upload-artifact@v3 ---> node16
Workflow:Sync github app token issuer code ---> Job:update-version ---> peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 ---> node16

@erikburt erikburt self-assigned this Apr 30, 2024
@erikburt erikburt requested a review from a team April 30, 2024 20:30
@erikburt erikburt merged commit 7f2d504 into main Apr 30, 2024
9 checks passed
@erikburt erikburt deleted the chore/update-github-actions-1714508920272 branch April 30, 2024 20:32
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.

None yet

2 participants