File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 persist-credentials : false
2929
9292 path : qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
9393
9494 - name : Generate build provenace attestations
95- uses : actions/attest-build-provenance@v2
95+ uses : actions/attest-build-provenance@v3
9696 with :
9797 subject-path : qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
9898
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 persist-credentials : false
3030
9292 path : qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
9393
9494 - name : Generate build provenace attestations
95- uses : actions/attest-build-provenance@v2
95+ uses : actions/attest-build-provenance@v3
9696 with :
9797 subject-path : qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
9898
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 persist-credentials : false
3939
@@ -109,7 +109,7 @@ jobs:
109109 path : qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
110110
111111 - name : Generate build provenace attestations
112- uses : actions/attest-build-provenance@v2
112+ uses : actions/attest-build-provenance@v3
113113 with :
114114 subject-path : qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
115115
You can’t perform that action at this time.
0 commit comments