Skip to content

Commit 97f3adb

Browse files
Bump github actions versions (#82)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1dd5bda commit 97f3adb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/alpha.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
persist-credentials: false
2929

@@ -92,7 +92,7 @@ jobs:
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

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
persist-credentials: false
3030

@@ -92,7 +92,7 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

0 commit comments

Comments
 (0)