rapid7 / recog

Pattern recognition for hosts, services, and content
Other
662 stars 195 forks source link

upversion actions/checkout #613

Closed KanchiMoe closed 4 months ago

KanchiMoe commented 5 months ago

Description

A detailed description of your changes.

This PR upversions actions/checkout from v3 to v4 in this repo's Github actions.

Motivation and Context

Explanation of why these changes are being proposed, including any links to other relevant issues or pull requests.

On the Github actions, like here https://github.com/rapid7/recog/actions/runs/8713056113 there are deprecation warnings. v3 of the action used Node.js 16, which is deprecated by Github. v4 changes this to Node.js 20.

For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

How Has This Been Tested?

A clear and concise description of your changes were tested.

Types of changes

Checklist: