Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Closed
mmmarcos opened this issue Nov 17, 2022 · 4 comments
Closed

Deprecated actions on main.yml #2203

mmmarcos opened this issue Nov 17, 2022 · 4 comments

Comments

@mmmarcos
Copy link
Collaborator

The actions/checkout@v2 and actions/setup-python@v2 are deprecated and generate warnings (i.e. see annotations on
https://github.com/python/python-docs-es/actions/runs/3483802845)

The new versions are actions/checkout@v3 and actions/setup-python@v4.

Btw, we can try Dependabot auto-update actions feature:

Dependabot checks the action's reference (typically a version number or commit
identifier associated with the action) against the latest version. If a more recent
version of the action is available, Dependabot will send you a pull request that
updates the reference in the workflow file to the latest version.

https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

@rtobar
Copy link
Collaborator

rtobar commented Nov 25, 2022

Just merged, and indeed dependabot created PRs for the two deprecated packages: #2224 and #2225

@cmaureir
Copy link
Collaborator

I merged those PRs, let's see how it goes 👀

@mmmarcos
Copy link
Collaborator Author

@rtobar @cmaureir Thanks! Btw dependabot PRs have a lot of information about changes in newer versions, nice! 🤖

@mmmarcos
Copy link
Collaborator Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants