chore: update actions/checkout to v4 in maintain PR workflow
This commit is contained in:
parent
337cfdc15b
commit
84fd5367ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maintain-pr.yml
vendored
2
.github/workflows/maintain-pr.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
update-release-pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Git
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue