-
Notifications
You must be signed in to change notification settings - Fork 396
Deprecated actions on main.yml #2203
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
Comments
rtobar
pushed a commit
that referenced
this issue
Nov 25, 2022
I merged those PRs, let's see how it goes 👀 |
Closing the issue. Dependabot has proved its worth ! 😁 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
actions/checkout@v2
andactions/setup-python@v2
are deprecated and generate warnings (i.e. see annotations onhttps://github.com/python/python-docs-es/actions/runs/3483802845)
The new versions are
actions/checkout@v3
andactions/setup-python@v4
.Btw, we can try Dependabot auto-update actions feature:
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
The text was updated successfully, but these errors were encountered: