We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a98275 commit 6a3ebfcCopy full SHA for 6a3ebfc
.github/workflows/testpr.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ${{ matrix.os }}
35
36
steps:
37
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
38
with:
39
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
40
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
0 commit comments