File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2323 contents : write
2424 steps :
2525 - name : Checkout the repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
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@v4
53+ uses : actions/checkout@v5
5454 with :
5555 persist-credentials : ' false'
5656 - name : Bootstrap repository
7272 - linux/arm64
7373 steps :
7474 - name : Checkout code
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v5
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@v4
150+ uses : actions/checkout@v5
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@v4
22+ uses : actions/checkout@v5
2323 with :
2424 persist-credentials : ' false'
2525 - name : Bootstrap repository
4040 - linux/arm64
4141 steps :
4242 - name : Checkout the repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
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@v4
24+ uses : actions/checkout@v5
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@v4
59+ uses : actions/checkout@v5
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@v4
34+ uses : actions/checkout@v5
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@v4
25+ uses : actions/checkout@v5
2626 with :
2727 persist-credentials : ' false'
2828 - name : Bootstrap repository
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 # https://github.com/amannn/action-semantic-pull-request/releases
23- - uses : amannn/action-semantic-pull-request@v5
23+ - uses : amannn/action-semantic-pull-request@v6
2424 env :
2525 GITHUB_TOKEN : ${{ "{{ secrets.GITHUB_TOKEN }}" }}
2626 with :
You can’t perform that action at this time.
0 commit comments