Skip to content

Commit

Permalink
README: Bump actions/checkout to v3 (#352)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
gmelikov committed Jan 4, 2023
1 parent 7fe6c13 commit e0057a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ See [action.yml](action.yml)

```yaml
steps:
- uses: actions/checkout@v2

This comment has been minimized.

Copy link
@Yashwanth-kumar-s
- uses: actions/checkout@v3

- run: mkdir -p path/to/artifact

Expand Down

0 comments on commit e0057a5

Please sign in to comment.