Update GitHub workflow to use `checkout@v3`
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
The generated GitHub Actions workflow currently uses the `checkout@v2` action, which causes a warning:

> 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/.
Update to `checkout@v3` to fix.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.