Open pcaversaccio opened 1 year ago
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:
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.
It would be good to use consistently across all workflow files the latest GH checkout version
actions/checkout@v3
(some of the files usev1
, othersv2
orv3
).