Skip to content

Commit e0057a5

Browse files
authored
README: Bump actions/checkout to v3 (#352)
`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, actions/checkout` It's great to have non-deprecated examples.
1 parent 7fe6c13 commit e0057a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See [action.yml](action.yml)
2828

2929
```yaml
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232

3333
- run: mkdir -p path/to/artifact
3434

0 commit comments

Comments
 (0)