FormidableLabs / react-fast-compare

fastest deep equal comparison for React
MIT License
1.59k stars 54 forks source link

Update deprecated actions/checkout version #131

Closed memark closed 1 year ago

memark commented 1 year ago

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:

ryan-roemer commented 1 year ago

Thanks @memark !