antonioribeiro / google2fa

A One Time Password Authentication package, compatible with Google Authenticator.
MIT License
1.84k stars 200 forks source link

Use newer checkout actions which uses newer Node.js #186

Closed spaze closed 1 year ago

spaze commented 1 year ago

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

antonioribeiro commented 1 year ago

Hey @spaze, thanks for this PR. We just need you to sign your commits in order to approve it:

https://docs.github.com/articles/about-gpg/ https://dev.to/zahrakhadijha/git-fixing-unsigned-gpg-commits-phn

spaze commented 1 year ago

Hey, sorry missed the check. All commits now signed, thanks!