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

Upgrade to actions/checkout@v4 #1365

Open
2 tasks
janivo opened this issue Apr 5, 2024 · 0 comments
Open
2 tasks

Upgrade to actions/checkout@v4 #1365

janivo opened this issue Apr 5, 2024 · 0 comments

Comments

@janivo
Copy link
Collaborator

janivo commented Apr 5, 2024

Description

To resolve the node deprecation warning caused by the lower version of actions/checkout, we need to upgrade to version 4 of the actions/checkout action. This action is utilized in our GitHub Actions workflows to checkout the repository code. While version 4 is already implemented in our test.yml workflow, it needs to be applied consistently across all relevant workflows to mitigate the deprecation warning.

Acceptance Criteria

  • Upgrade the actions/checkout action to version 4 in all GitHub Actions workflows where it is used.
  • Verify that the node deprecation warning no longer occurs after upgrading to version 4.
@github-actions github-actions bot added the new This issue has been recently added and has no estimation label Apr 5, 2024
@janivo janivo removed the new This issue has been recently added and has no estimation label Apr 5, 2024
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

No branches or pull requests

1 participant