5151 last_stable_release : " ${{ steps.last_stable_release.outputs.tags }}"
5252
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 with :
5656 ref : ${{ github.ref_name }}
5757
9797 git_commit_gpgsign : true
9898 git_config_global : true
9999
100- - uses : actions/checkout@v4
100+ - uses : actions/checkout@v5
101101 with :
102102 ref : ${{ github.ref_name }}
103103
@@ -149,7 +149,7 @@ jobs:
149149 exe_hash : ${{ steps.hashes.outputs.exe_hash }}
150150
151151 steps :
152- - uses : actions/checkout@v4
152+ - uses : actions/checkout@v5
153153 with :
154154 ref : ${{ github.ref_name }}
155155
@@ -186,7 +186,7 @@ jobs:
186186 runs-on : ${{ inputs.runs_on }}
187187 timeout-minutes : ${{ fromJSON(inputs.timeout_minutes) }}
188188 steps :
189- - uses : actions/checkout@v4
189+ - uses : actions/checkout@v5
190190 with :
191191 ref : ${{ github.ref_name }}
192192
@@ -213,7 +213,7 @@ jobs:
213213 runs-on : ${{ inputs.runs_on }}
214214 timeout-minutes : ${{ fromJSON(inputs.timeout_minutes)}}
215215 steps :
216- - uses : actions/checkout@v4
216+ - uses : actions/checkout@v5
217217 with :
218218 ref : ${{ github.ref_name }}
219219
@@ -244,7 +244,7 @@ jobs:
244244 runs-on : ${{ inputs.runs_on }}
245245 timeout-minutes : ${{ fromJSON(inputs.timeout_minutes)}}
246246 steps :
247- - uses : actions/checkout@v4
247+ - uses : actions/checkout@v5
248248 with :
249249 ref : ${{ github.ref_name }}
250250
@@ -286,7 +286,7 @@ jobs:
286286 timeout-minutes : ${{ fromJSON(inputs.timeout_minutes) }}
287287
288288 steps :
289- - uses : actions/checkout@v4
289+ - uses : actions/checkout@v5
290290
291291 - uses : crazy-max/ghaction-import-gpg@v6
292292 with :
@@ -331,7 +331,7 @@ jobs:
331331 git_commit_gpgsign : true
332332 git_config_global : true
333333
334- - uses : actions/checkout@v4
334+ - uses : actions/checkout@v5
335335 with :
336336 ref : ${{ github.ref_name }}
337337
@@ -362,7 +362,7 @@ jobs:
362362 runs-on : ${{ inputs.runs_on }}
363363 timeout-minutes : ${{ fromJSON(inputs.timeout_minutes) }}
364364 steps :
365- - uses : actions/checkout@v4
365+ - uses : actions/checkout@v5
366366 with :
367367 ref : ${{ github.ref_name }}
368368
@@ -395,7 +395,7 @@ jobs:
395395 # timeout-minutes: ${{ fromJSON(inputs.timeout_minutes) }}
396396
397397 # steps:
398- # - uses: actions/checkout@v4
398+ # - uses: actions/checkout@v5
399399
400400 # - uses: crazy-max/ghaction-import-gpg@v6
401401 # with:
0 commit comments