rapid7 / rex-powershell

Rex library for dealing with Powershell Scripts
Other
53 stars 35 forks source link

Upversion Github actions #43

Closed KanchiMoe closed 2 months ago

KanchiMoe commented 4 months ago

This PR upversions the github actions, from actions/checkout@v2 to actions/checkout@v4.

v2 ran on Node.js 16, which is deprecated by Github. Runs using v2 have a deprecation warning, as can be viewed at the bottom of https://github.com/rapid7/rex-powershell/actions/runs/6406562844

v4 runs on Node.js 20, which clears these deprecation warnings. An example of the warnings being cleared can be found at https://github.com/KanchiMoe/rex-powershell/actions/runs/9025344504

More information on this can be found at https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.