gittup / tup

Tup is a file-based build system.
http://gittup.org/tup/
GNU General Public License v2.0
1.18k stars 145 forks source link

Use actions/checkout@v4 in GitHub Actions workflow #498

Closed ryandesign closed 7 months ago

ryandesign commented 7 months ago

Your GitHub Actions workflow uses an outdated version of actions/checkout:

https://github.com/gittup/tup/blob/8bc40eda2f280f1d5187629bbdb32ad92312e569/.github/workflows/all.yml#L7

Please switch to actions/checkout@v4.

gittup commented 7 months ago

Thanks for the heads up!