vyper
vyper copied to clipboard
Bump GitHub workflow action `actions/checkout` to latest version
It would be good to use consistently across all workflow files the latest GH checkout version actions/checkout@v3 (some of the files use v1, others v2 or v3).
I think this issue would be a "good first issue" btw
If I were working on the subject, I would first add a Dependabot configuration that will automatically checks for outdated actions, and open PR. No human in the loop.
The 1st PR will certainly be "consequent" given the number of outdated actions in use, but it is quick review, no brain involved.
If you are OK with such a path, I could work on it:
- create the Dependabot conf
- then, tackle eventual issues when it will open PRs, and propose fixes when needed
Note: I think there is nothing to do on your side because the integrated Dependabot bot will automaticall pick the configuration when pushed on the main branch. If disabled (not the default), it's a 1-click action to enable it.