File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-24.04
2828 steps :
2929 - name : Checkout the repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 persist-credentials : ' false'
3333 - name : Bootstrap repository
@@ -44,14 +44,14 @@ jobs:
4444 contents : write
4545 steps :
4646 - name : Checkout the repository
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 # Necessary for hooks to succeed during tests for commits/schedule
4949 if : github.event_name != 'pull_request'
5050 with :
5151 fetch-depth : 0
5252 persist-credentials : ' false'
5353 - name : Checkout the repository
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 # Necessary for hooks to succeed during tests for PRs
5656 if : github.event_name == 'pull_request'
5757 with :
@@ -121,7 +121,7 @@ jobs:
121121 exit 1
122122 fi
123123 - name : Checkout the repository
124- uses : actions/checkout@v4
124+ uses : actions/checkout@v5
125125 - name : Scan workflow logs for warnings and errors
126126 run : scripts/scan_workflow_logs.sh ${{ github.run_id }}
127127 env :
Original file line number Diff line number Diff line change 2121 tag : ${{ steps.release.outputs.tag }}
2222 steps :
2323 - name : Checkout the repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout the repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 persist-credentials : ' false'
2727 - name : Bootstrap repository
Original file line number Diff line number Diff line change 2222 pull-requests : write
2323 steps :
2424 - name : Checkout the repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 persist-credentials : ' false'
2828 - name : Bootstrap repository
You can’t perform that action at this time.
0 commit comments