vyper icon indicating copy to clipboard operation
vyper copied to clipboard

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

Open pcaversaccio opened this issue 2 years ago • 2 comments

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 avatar Jul 21 '23 16:07 pcaversaccio

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

pcaversaccio avatar Jul 21 '23 16:07 pcaversaccio

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.

BoboTiG avatar Jan 24 '24 22:01 BoboTiG