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

Update deprecated actions/checkout version #131

Merged
merged 2 commits into from
Jul 20, 2023
Merged

Update deprecated actions/checkout version #131

merged 2 commits into from
Jul 20, 2023

Conversation

memark
Copy link
Contributor

@memark memark commented Jul 20, 2023

Description

Github actions/checkout@v2 is deprecated due to Node 12. This PR updates both workflows to use v3 instead. They should be functionally equivalent, as the only change is the upgrade to Node 16.

(This does not affect our test matrix in the CI workflow, the Node version mentioned above is upgraded only for the checkout step.)

This PR removes this warning from all workflow runs:
image

Checklist:

  • All tests are passing
  • Type definitions, if updated, pass both test-ts-defs and test-ts-usage
  • Benchmark performance has not significantly decreased
  • Bundle size has not been significantly impacted
  • The bundle size badge has been updated to reflect the new size

@memark memark changed the title Update actions/checkout version Update deprecated actions/checkout version Jul 20, 2023
@ryan-roemer ryan-roemer merged commit 8589279 into FormidableLabs:master Jul 20, 2023
6 checks passed
@ryan-roemer
Copy link
Member

Thanks @memark !

@memark memark deleted the patch-1 branch July 20, 2023 18:23
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