jnunemaker / httparty

:tada: Makes http fun again!
MIT License
5.79k stars 968 forks source link

Bump actions/checkout from v2 to v3 #772

Closed mishina2228 closed 1 year ago

mishina2228 commented 1 year ago

GitHub Actions workflow prints the following warning.

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2

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

jnunemaker commented 1 year ago

Merged in #773 already. Thanks though!