Use checkout v4

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.
This commit is contained in:
OKURA Masafumi 2023-10-31 22:45:39 +09:00 committed by GitHub
parent c643f6fba5
commit fd148c114c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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