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
@@ -288,7 +288,7 @@ jobs:
288288 runs-on : windows-latest
289289 steps :
290290 - name : Checkout code
291- uses : actions/checkout@v5
291+ uses : actions/checkout@v6
292292 with :
293293 ref : ${{ needs.create-release.outputs.tag }}
294294
@@ -376,7 +376,6 @@ jobs:
376376 draft : true
377377 files : |
378378 build/packages/*.msi
379- build/packages/*.exe
380379 build/packages/*MSVC*.zip
381380 build/packages/SHA256SUMS.txt
382381
@@ -390,7 +389,7 @@ jobs:
390389 runs-on : ubuntu-latest
391390 steps :
392391 - name : Checkout code
393- uses : actions/checkout@v5
392+ uses : actions/checkout@v6
394393 with :
395394 ref : ${{ needs.create-release.outputs.tag }}
396395
0 commit comments