-
-
Notifications
You must be signed in to change notification settings - Fork 405
Deprecated actions on main.yml #2203
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels