File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows Expand file tree Collapse file tree 8 files changed +16
-16
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@v5
30+ uses : actions/checkout@v6
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@v5
47+ uses : actions/checkout@v6
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@v5
54+ uses : actions/checkout@v6
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@v5
124+ uses : actions/checkout@v6
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@v5
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727 token : ${{ secrets.GITHUB_TOKEN }}
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@v5
25+ uses : actions/checkout@v6
2626 with :
2727 persist-credentials : ' false'
2828 - name : Bootstrap repository
Original file line number Diff line number Diff line change 2323 contents : write
2424 steps :
2525 - name : Checkout the repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 persist-credentials : ' false'
2929 - name : Bootstrap repository
5050 runs-on : ubuntu-24.04
5151 steps :
5252 - name : Checkout the repository
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454 with :
5555 persist-credentials : ' false'
5656 - name : Bootstrap repository
7272 - linux/arm64
7373 steps :
7474 - name : Checkout code
75- uses : actions/checkout@v5
75+ uses : actions/checkout@v6
7676 with :
7777 persist-credentials : ' false'
7878 - name : Bootstrap repository
@@ -147,7 +147,7 @@ jobs:
147147 exit 1
148148 fi
149149 - name : Checkout the repository
150- uses : actions/checkout@v5
150+ uses : actions/checkout@v6
151151 - name : Scan workflow logs for warnings and errors
152152 run : scripts/scan_workflow_logs.sh {% raw %}${{ github.run_id }}{% endraw %}
153153 env :
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-24.04
2020 steps :
2121 - name : Checkout the repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 persist-credentials : ' false'
2525 - name : Bootstrap repository
4040 - linux/arm64
4141 steps :
4242 - name : Checkout the repository
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444 with :
4545 fetch-depth : 0
4646 persist-credentials : ' false'
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@v5
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727 persist-credentials : ' false'
5656 runs-on : ubuntu-24.04
5757 steps :
5858 - name : Checkout the repository
59- uses : actions/checkout@v5
59+ uses : actions/checkout@v6
6060 with :
6161 fetch-depth : 0
6262 ref : ${{ "{{ needs.release.outputs.tag }}" }}
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout the repository
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 persist-credentials : ' false'
3737 - 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@v5
25+ uses : actions/checkout@v6
2626 with :
2727 persist-credentials : ' false'
2828 - name : Bootstrap repository
You can’t perform that action at this time.
0 commit comments