Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upversion actions/checkout #613

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

KanchiMoe
Copy link
Contributor

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have updated the documentation accordingly (or changes are not required).
  • I have added tests to cover my changes (or new tests are not required).
  • All new and existing tests passed.

@adfoster-r7 adfoster-r7 merged commit 229577a into rapid7:main May 8, 2024
8 checks passed
@KanchiMoe KanchiMoe deleted the upversion_checkout branch May 9, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants