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.
The
actions/checkout@v2andactions/setup-python@v2are deprecated and generate warnings (i.e. see annotations onhttps://github.com/python/python-docs-es/actions/runs/3483802845)
The new versions are
actions/checkout@v3andactions/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