Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimZhukov committed Oct 25, 2023
1 parent 1375c42 commit d0d0bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -160,7 +160,7 @@ You might want to use action called [@actions/checkout](https://github.com/actio

```yml
steps:
- uses: actions/checkout@v3 # Uploads repository content to the runner
- uses: actions/checkout@v4 # Uploads repository content to the runner
with:
repository: "owner/repositoryName" # The one of the available inputs, visit https://github.com/actions/checkout#readme to find more
- uses: actions/labeler@v4
Expand Down

0 comments on commit d0d0bbe

Please sign in to comment.