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

Merged
merged 2 commits into from
May 22, 2024

Conversation

erikburt
Copy link
Contributor

@erikburt erikburt commented May 9, 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:

[ERROR] Deprecated dependencies found (2)!!
contracts.yml -> test -> actions/checkout@v2 -> node12
contracts.yml -> test -> actions/setup-node@v2 -> node12

@erikburt erikburt self-assigned this May 9, 2024
Copy link

vercel bot commented May 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chainlink-prediction-game ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2024 5:04pm

@erikburt
Copy link
Contributor Author

Very minor changes - going to merge.

@erikburt erikburt merged commit dccb339 into main May 22, 2024
3 checks passed
@erikburt erikburt deleted the chore/update-github-actions-1714504709112 branch May 22, 2024 21:23
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

1 participant