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

Ensure workflows use the latest versions of actions that are running on Node 20 #38

Closed
fornfrey opened this issue Jan 30, 2024 · 0 comments · Fixed by #39
Closed

Ensure workflows use the latest versions of actions that are running on Node 20 #38

fornfrey opened this issue Jan 30, 2024 · 0 comments · Fixed by #39

Comments

@fornfrey
Copy link

Node 16 has reached its end of life, and GitHub initiated its deprecation process in the end of 2023. Actions running on Node 16 may no longer work in the future.

Curerntly, the trigger-argo-workflow
GitHub action produces the following warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 
actions/cache/[email protected], actions/[email protected], google-github-actions/auth@v1,
hashicorp/vault-action@v2. For more information see: 
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
  • Actions in the repository should be updated to run on Node 20
  • Third-party actions used in the workflows should be updated to the latest versions running on Node 20.
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 a pull request may close this issue.

1 participant