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 GitHub Actions actions to adapt to Node 16 deprecation #15553

Closed
Piedone opened this issue Mar 19, 2024 · 2 comments · Fixed by #15619
Closed

Update GitHub Actions actions to adapt to Node 16 deprecation #15553

Piedone opened this issue Mar 19, 2024 · 2 comments · Fixed by #15619
Labels
Milestone

Comments

@Piedone
Copy link
Member

Piedone commented Mar 19, 2024

Describe the bug

GitHub Actions deprecated Node 16 and all actions should migrate to Node 20. Some of the actions we use in our GHA workflows depend on Node 16, so we need to update them.

In most cases, this should just be a matter of referencing the latest versions of the actions we use, e.g. actions/checkout@v4 instead of actions/checkout@v3.

To Reproduce

  1. Check out one of our workflow runs.
  2. Observe a message similar to the below one under each of these.

image

Expected behavior

No workflow warnings.

Screenshots

See above.

@MikeAlhayek
Copy link
Member

Do you want to make it part of #15552?

@Piedone
Copy link
Member Author

Piedone commented Mar 23, 2024

I wouldn't bundle these together, but I can work on this next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants