Skip to content

Commit

Permalink
docs: use checkout v4 (#2521)
Browse files Browse the repository at this point in the history
https://github.com/actions/checkout/releases/tag/v4.1.1
checkout v4 is already released, so if there's no specific reason we should use that.
  • Loading branch information
okuramasafumi committed Oct 31, 2023
1 parent c643f6f commit 2f09215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ Create Pull Request action will:
## Usage

```yml
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Make changes to pull request here

Expand Down

0 comments on commit 2f09215

Please sign in to comment.