sous-chefs / firewall

Development repository for the firewall cookbook
https://supermarket.chef.io/cookbooks/firewall
Apache License 2.0
97 stars 150 forks source link

Update GitHub actions to use checkout@v3 #257

Closed gene1wood closed 1 year ago

gene1wood commented 1 year ago

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.

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

Issues Resolved

Check List

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.

kitchen-porter commented 1 year ago

Released as: 6.2.1

gene1wood commented 1 year ago

I've updated to using 6.2.1 and it works great.