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

CI: Update github workflow actions for checkout and cache #771

Closed
3 tasks done
hellkite500 opened this issue Mar 20, 2024 · 2 comments
Closed
3 tasks done

CI: Update github workflow actions for checkout and cache #771

hellkite500 opened this issue Mar 20, 2024 · 2 comments
Labels
CI/CD good first issue Good for newcomers

Comments

@hellkite500
Copy link
Member

hellkite500 commented Mar 20, 2024

Node.js 16 actions are deprecated and the following warning is issued when running the workflows:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3

The these actions both have @v4 versions built on Node.js 20, and we should update our usage to clear up this deprecation warning.

Files requiring updates

@hellkite500 hellkite500 added good first issue Good for newcomers CI/CD labels Mar 20, 2024
@joshkotrous joshkotrous mentioned this issue Mar 22, 2024
10 tasks
@joshkotrous
Copy link
Contributor

Opened PR #772 to address this issue.

@hellkite500
Copy link
Member Author

hellkite500 commented Mar 22, 2024

@joshkotrous thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants