Skip to content

Commit 6a3ebfc

Browse files
committed
update actions checkout
Signed-off-by: wep21 <[email protected]>
1 parent 6a98275 commit 6a3ebfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
4040
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

0 commit comments

Comments
 (0)