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

Suggested checkout@v2 action produces warnings #22

Closed
BinderDavid opened this issue Sep 10, 2023 · 2 comments · Fixed by #23
Closed

Suggested checkout@v2 action produces warnings #22

BinderDavid opened this issue Sep 10, 2023 · 2 comments · Fixed by #23
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@BinderDavid
Copy link
Contributor

The snippets in the README.md suggest using uses: actions/checkout@v2.
The version should be updated, because this old version now generates the following warning on Github:

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Updating to v3 should be sufficient, see: actions/checkout#1047

@cdepillabout cdepillabout added documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed labels Sep 10, 2023
@cdepillabout
Copy link
Collaborator

@BinderDavid thanks for the heads up!

Would you be interested in sending a PR fixing this?

@BinderDavid
Copy link
Contributor Author

@cdepillabout Done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants