Why and how to adopt actions/checkout@v3 in your GitHub Action workflow
Nearly all GitHub Action workflows need to checkout a Git repository at a particular version.
If you still use actions/checkout@v2, it is time to update!
Why
Because the latest v2 version (= v2.5.0) still uses node12.
Node 12 has been out of support...
blog.eidinger.info1 min read