You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ofactions/checkout@v3
.To Reproduce
Expected behavior
No workflow warnings.
Screenshots
See above.
The text was updated successfully, but these errors were encountered: