SanderMertens / bake

Bake, A build system for building, testing and running C & C++ projects
GNU General Public License v3.0
681 stars 53 forks source link

ci: Update to checkout action `v4` from `v2`. #100

Closed waywardmonkeys closed 9 months ago

waywardmonkeys commented 9 months ago

This will fix the messages like this that show up in the GitHub actions UI:

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

SanderMertens commented 9 months ago

Thanks for the PR!