docs: use checkout v4 (#2521)
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:
parent
c643f6fba5
commit
2f092153d6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Create Pull Request action will:
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# Make changes to pull request here
|
# Make changes to pull request here
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue