Closed gene1wood closed 1 year ago
This updates the version of the checkout action used as checkout@v2 uses Node.js 12 which is now deprecated. This avoids GitHub actions warnings like this.
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2
## Unreleased
I didn't add a CHANGELOG entry as this is an infrastructural change to CI, not to the firewall cookbook.
Also, until #256 is merged and the lint issues at the HEAD of main currently are resolved, this will fail the CI lint check.
Released as: 6.2.1
I've updated to using 6.2.1 and it works great.
Description
This updates the version of the checkout action used as checkout@v2 uses Node.js 12 which is now deprecated. This avoids GitHub actions warnings like this.
Issues Resolved
Check List
## Unreleased
I didn't add a CHANGELOG entry as this is an infrastructural change to CI, not to the firewall cookbook.
Also, until #256 is merged and the lint issues at the HEAD of main currently are resolved, this will fail the CI lint check.