rubysherpas / paranoia

acts_as_paranoid for Rails 5, 6 and 7
Other
2.87k stars 524 forks source link

Bump actions/checkout from v2 to v4 #550

Closed mishina2228 closed 9 months ago

mishina2228 commented 9 months ago

GitHub Actions workflow prints the following warning.

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

This PR updates actions/checkout to v4 in order to suppress the warning.