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 to use actions/checkout@v4 to avoid Node 16 usage warnings #41

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shayancanonical
Copy link

Issue

  1. We have some commented out CI steps that are not being used
  2. We are using actions/checkout@v3 which is causing the following warning in test runs:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, canonical/charming-actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Solution

  1. Remove commented steps in CI
  2. Update to use actions/checkout@v4

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

4 participants