vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.87k stars 801 forks source link

Bump GitHub workflow action `actions/checkout` to latest version #3531

Open pcaversaccio opened 1 year ago

pcaversaccio commented 1 year ago

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).

pcaversaccio commented 1 year ago

I think this issue would be a "good first issue" btw

BoboTiG commented 9 months ago

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:

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.