2727 tag : ${{ steps.tag.outputs.tag }}
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 ref : ${{ github.event.inputs.tag || github.ref }}
3333 fetch-depth : 0 # Fetch all history and tags
8787 runs-on : ubuntu-latest
8888 steps :
8989 - name : Checkout code
90- uses : actions/checkout@v5
90+ uses : actions/checkout@v6
9191 with :
9292 ref : ${{ needs.create-release.outputs.tag }}
9393
@@ -183,7 +183,7 @@ jobs:
183183 runs-on : ubuntu-latest
184184 steps :
185185 - name : Checkout code
186- uses : actions/checkout@v5
186+ uses : actions/checkout@v6
187187 with :
188188 ref : ${{ needs.create-release.outputs.tag }}
189189
@@ -286,7 +286,7 @@ jobs:
286286 runs-on : windows-latest
287287 steps :
288288 - name : Checkout code
289- uses : actions/checkout@v5
289+ uses : actions/checkout@v6
290290 with :
291291 ref : ${{ needs.create-release.outputs.tag }}
292292
@@ -372,7 +372,6 @@ jobs:
372372 draft : true
373373 files : |
374374 build/packages/*.msi
375- build/packages/*.exe
376375 build/packages/*MSVC*.zip
377376 build/packages/SHA256SUMS.txt
378377
@@ -386,7 +385,7 @@ jobs:
386385 runs-on : ubuntu-latest
387386 steps :
388387 - name : Checkout code
389- uses : actions/checkout@v5
388+ uses : actions/checkout@v6
390389 with :
391390 ref : ${{ needs.create-release.outputs.tag }}
392391
0 commit comments