Skip to content

Commit 8aef687

Browse files
chore(actions)(deps): bump the actions group across 1 directory with 3 updates (#41)
Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [azure/setup-helm](https://github.com/azure/setup-helm). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `azure/setup-helm` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: azure/setup-helm dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b1eef9 commit 8aef687

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ${{ matrix.os }}
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050

5151
- name: Set GitHub vars
5252
id: github
@@ -95,7 +95,7 @@ jobs:
9595
- uses: sigstore/cosign-installer@v3
9696

9797
- name: Checkout
98-
uses: actions/checkout@v4
98+
uses: actions/checkout@v5
9999

100100
- name: Set GitHub vars
101101
id: github
@@ -111,13 +111,13 @@ jobs:
111111
echo -n "$PUBLIC_KEY_BASE64" | base64 -d > ${{ github.workspace }}/packages/melange.rsa.pub
112112
113113
- name: Download aarch64 packages
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v5
115115
with:
116116
name: packages-aarch64
117117
path: ${{ github.workspace }}/packages/aarch64
118118

119119
- name: Download x86_64 packages
120-
uses: actions/download-artifact@v4
120+
uses: actions/download-artifact@v5
121121
with:
122122
name: packages-x86_64
123123
path: ${{ github.workspace }}/packages/x86_64
@@ -153,10 +153,10 @@ jobs:
153153
needs: [publish]
154154
runs-on: ubuntu-24.04
155155
steps:
156-
- uses: azure/[email protected].0
156+
- uses: azure/[email protected].1
157157

158158
- name: Checkout
159-
uses: actions/checkout@v4
159+
uses: actions/checkout@v5
160160

161161
- name: Set GitHub vars
162162
id: github

.github/workflows/daily-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Fetch tags
2525
shell: bash

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Set GitHub vars
3030
id: github
@@ -74,7 +74,7 @@ jobs:
7474
- uses: sigstore/cosign-installer@v3
7575

7676
- name: Checkout
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878

7979
- name: Set GitHub vars
8080
id: github
@@ -105,13 +105,13 @@ jobs:
105105
echo -n "$PUBLIC_KEY_BASE64" | base64 -d > ${{ github.workspace }}/packages/melange.rsa.pub
106106
107107
- name: Download aarch64 packages
108-
uses: actions/download-artifact@v4
108+
uses: actions/download-artifact@v5
109109
with:
110110
name: packages-aarch64
111111
path: ${{ github.workspace }}/packages/aarch64
112112

113113
- name: Download x86_64 packages
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v5
115115
with:
116116
name: packages-x86_64
117117
path: ${{ github.workspace }}/packages/x86_64
@@ -170,10 +170,10 @@ jobs:
170170
needs: [publish]
171171
runs-on: ubuntu-24.04
172172
steps:
173-
- uses: azure/[email protected].0
173+
- uses: azure/[email protected].1
174174

175175
- name: Checkout
176-
uses: actions/checkout@v4
176+
uses: actions/checkout@v5
177177

178178
- name: Set GitHub vars
179179
id: github

.github/workflows/unstable.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949

5050
- name: Set GitHub vars
5151
id: github
@@ -94,7 +94,7 @@ jobs:
9494
- uses: sigstore/cosign-installer@v3
9595

9696
- name: Checkout
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@v5
9898

9999
- name: Set GitHub vars
100100
id: github
@@ -125,13 +125,13 @@ jobs:
125125
echo -n "$PUBLIC_KEY_BASE64" | base64 -d > ${{ github.workspace }}/packages/melange.rsa.pub
126126
127127
- name: Download aarch64 packages
128-
uses: actions/download-artifact@v4
128+
uses: actions/download-artifact@v5
129129
with:
130130
name: packages-aarch64
131131
path: ${{ github.workspace }}/packages/aarch64
132132

133133
- name: Download x86_64 packages
134-
uses: actions/download-artifact@v4
134+
uses: actions/download-artifact@v5
135135
with:
136136
name: packages-x86_64
137137
path: ${{ github.workspace }}/packages/x86_64
@@ -188,10 +188,10 @@ jobs:
188188
needs: [publish]
189189
runs-on: ubuntu-24.04
190190
steps:
191-
- uses: azure/[email protected].0
191+
- uses: azure/[email protected].1
192192

193193
- name: Checkout
194-
uses: actions/checkout@v4
194+
uses: actions/checkout@v5
195195

196196
- name: Set GitHub vars
197197
id: github

0 commit comments

Comments
 (0)