Skip to content

Commit bfd8c2a

Browse files
chore(deps): bump the github-actions-dependencies group across 1 directory with 4 updates
Bumps the github-actions-dependencies group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) Updates `cycjimmy/semantic-release-action` from 5 to 6 - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](cycjimmy/semantic-release-action@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: cycjimmy/semantic-release-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cc2d05 commit bfd8c2a

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020

@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout code
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
4141

@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Checkout code
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
fetch-depth: 0
6262

@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Checkout code
80-
uses: actions/checkout@v5
80+
uses: actions/checkout@v6
8181
with:
8282
fetch-depth: 0
8383

@@ -91,7 +91,7 @@ jobs:
9191
run: npx nx affected --target=build --parallel=3 || echo "No affected projects for build"
9292

9393
- name: Upload build artifacts
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v6
9595
if: always()
9696
with:
9797
name: build-artifacts
@@ -107,15 +107,15 @@ jobs:
107107
needs: build
108108
steps:
109109
- name: Checkout code
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
with:
112112
fetch-depth: 0
113113

114114
- name: Set nx shas
115115
uses: nrwl/nx-set-shas@v4
116116

117117
- name: Download build artifacts
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v7
119119
with:
120120
name: build-artifacts
121121
path: .
@@ -133,15 +133,15 @@ jobs:
133133
needs: build
134134
steps:
135135
- name: Checkout code
136-
uses: actions/checkout@v5
136+
uses: actions/checkout@v6
137137
with:
138138
fetch-depth: 0
139139

140140
- name: Set nx shas
141141
uses: nrwl/nx-set-shas@v4
142142

143143
- name: Download build artifacts
144-
uses: actions/download-artifact@v4
144+
uses: actions/download-artifact@v7
145145
with:
146146
name: build-artifacts
147147
path: .
@@ -159,15 +159,15 @@ jobs:
159159
needs: build
160160
steps:
161161
- name: Checkout code
162-
uses: actions/checkout@v5
162+
uses: actions/checkout@v6
163163
with:
164164
fetch-depth: 0
165165

166166
- name: Set nx shas
167167
uses: nrwl/nx-set-shas@v4
168168

169169
- name: Download build artifacts
170-
uses: actions/download-artifact@v4
170+
uses: actions/download-artifact@v7
171171
with:
172172
name: build-artifacts
173173
path: .
@@ -185,15 +185,15 @@ jobs:
185185
needs: build
186186
steps:
187187
- name: Checkout code
188-
uses: actions/checkout@v5
188+
uses: actions/checkout@v6
189189
with:
190190
fetch-depth: 0
191191

192192
- name: Set nx shas
193193
uses: nrwl/nx-set-shas@v4
194194

195195
- name: Download build artifacts
196-
uses: actions/download-artifact@v4
196+
uses: actions/download-artifact@v7
197197
with:
198198
name: build-artifacts
199199
path: .
@@ -211,15 +211,15 @@ jobs:
211211
needs: build
212212
steps:
213213
- name: Checkout code
214-
uses: actions/checkout@v5
214+
uses: actions/checkout@v6
215215
with:
216216
fetch-depth: 0
217217

218218
- name: Set nx shas
219219
uses: nrwl/nx-set-shas@v4
220220

221221
- name: Download build artifacts
222-
uses: actions/download-artifact@v4
222+
uses: actions/download-artifact@v7
223223
with:
224224
name: build-artifacts
225225
path: .
@@ -237,15 +237,15 @@ jobs:
237237
needs: build
238238
steps:
239239
- name: Checkout code
240-
uses: actions/checkout@v5
240+
uses: actions/checkout@v6
241241
with:
242242
fetch-depth: 0
243243

244244
- name: Set nx shas
245245
uses: nrwl/nx-set-shas@v4
246246

247247
- name: Download build artifacts
248-
uses: actions/download-artifact@v4
248+
uses: actions/download-artifact@v7
249249
with:
250250
name: build-artifacts
251251
path: .
@@ -268,15 +268,15 @@ jobs:
268268
needs: build
269269
steps:
270270
- name: Checkout code
271-
uses: actions/checkout@v5
271+
uses: actions/checkout@v6
272272
with:
273273
fetch-depth: 0
274274

275275
- name: Set nx shas
276276
uses: nrwl/nx-set-shas@v4
277277

278278
- name: Download build artifacts
279-
uses: actions/download-artifact@v4
279+
uses: actions/download-artifact@v7
280280
with:
281281
name: build-artifacts
282282
path: .
@@ -289,7 +289,7 @@ jobs:
289289
npx nx affected --target=package --configuration=development --parallel=3 || echo "No projects for native applications build"
290290
291291
- name: Upload build artifacts
292-
uses: actions/upload-artifact@v4
292+
uses: actions/upload-artifact@v6
293293
with:
294294
name: binary-artifacts-linux
295295
path: |
@@ -306,7 +306,7 @@ jobs:
306306
- build-native-applications-linux
307307
steps:
308308
- name: Download binaries
309-
uses: actions/download-artifact@v4
309+
uses: actions/download-artifact@v7
310310
with:
311311
path: artifacts
312312
pattern: binary-artifacts-*
@@ -323,7 +323,7 @@ jobs:
323323
find artifacts -type f -name '*.msix' -exec cp {} release/ \;
324324
325325
- name: Upload binaries to GitHub Actions artifact
326-
uses: actions/upload-artifact@v4
326+
uses: actions/upload-artifact@v6
327327
with:
328328
name: binary-bundle
329329
path: |

.github/workflows/release.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
new_release_version: ${{ steps.semantic-release.outputs.new_release_version }}
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222
fetch-depth: 0
@@ -35,7 +35,7 @@ jobs:
3535
private_key: ${{ secrets.SEMANTIC_RELEASE_KEY_PEM }}
3636

3737
- name: Semantic release
38-
uses: cycjimmy/semantic-release-action@v5
38+
uses: cycjimmy/semantic-release-action@v6
3939
id: semantic-release
4040
with:
4141
semantic_version: 22.0.5
@@ -51,7 +51,7 @@ jobs:
5151
run: npx nx run-many --target=build --configuration=production --parallel=3 || echo "No projects for build"
5252

5353
- name: Upload build artifacts
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v6
5555
if: steps.semantic-release.outputs.new_release_published == 'true'
5656
with:
5757
name: build-artifacts
@@ -72,7 +72,7 @@ jobs:
7272
packages: write
7373
steps:
7474
- name: Checkout code
75-
uses: actions/checkout@v5
75+
uses: actions/checkout@v6
7676
with:
7777
persist-credentials: false
7878
fetch-depth: 0
@@ -81,7 +81,7 @@ jobs:
8181
uses: nrwl/nx-set-shas@v4
8282

8383
- name: Download build artifacts
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v7
8585
with:
8686
name: build-artifacts
8787
path: .
@@ -113,7 +113,7 @@ jobs:
113113
packages: write
114114
steps:
115115
- name: Checkout code
116-
uses: actions/checkout@v5
116+
uses: actions/checkout@v6
117117
with:
118118
persist-credentials: false
119119
fetch-depth: 0
@@ -122,7 +122,7 @@ jobs:
122122
uses: nrwl/nx-set-shas@v4
123123

124124
- name: Download build artifacts
125-
uses: actions/download-artifact@v4
125+
uses: actions/download-artifact@v7
126126
with:
127127
name: build-artifacts
128128
path: .
@@ -154,7 +154,7 @@ jobs:
154154
packages: write
155155
steps:
156156
- name: Checkout code
157-
uses: actions/checkout@v5
157+
uses: actions/checkout@v6
158158
with:
159159
persist-credentials: false
160160
fetch-depth: 0
@@ -163,7 +163,7 @@ jobs:
163163
uses: nrwl/nx-set-shas@v4
164164

165165
- name: Download build artifacts
166-
uses: actions/download-artifact@v4
166+
uses: actions/download-artifact@v7
167167
with:
168168
name: build-artifacts
169169
path: .
@@ -195,7 +195,7 @@ jobs:
195195
packages: write
196196
steps:
197197
- name: Checkout code
198-
uses: actions/checkout@v5
198+
uses: actions/checkout@v6
199199
with:
200200
persist-credentials: false
201201
fetch-depth: 0
@@ -204,7 +204,7 @@ jobs:
204204
uses: nrwl/nx-set-shas@v4
205205

206206
- name: Download build artifacts
207-
uses: actions/download-artifact@v4
207+
uses: actions/download-artifact@v7
208208
with:
209209
name: build-artifacts
210210
path: .
@@ -236,7 +236,7 @@ jobs:
236236
packages: write
237237
steps:
238238
- name: Checkout code
239-
uses: actions/checkout@v5
239+
uses: actions/checkout@v6
240240
with:
241241
persist-credentials: false
242242
fetch-depth: 0
@@ -245,7 +245,7 @@ jobs:
245245
uses: nrwl/nx-set-shas@v4
246246

247247
- name: Download build artifacts
248-
uses: actions/download-artifact@v4
248+
uses: actions/download-artifact@v7
249249
with:
250250
name: build-artifacts
251251
path: .
@@ -277,7 +277,7 @@ jobs:
277277
packages: write
278278
steps:
279279
- name: Checkout code
280-
uses: actions/checkout@v5
280+
uses: actions/checkout@v6
281281
with:
282282
persist-credentials: false
283283
fetch-depth: 0
@@ -286,7 +286,7 @@ jobs:
286286
uses: nrwl/nx-set-shas@v4
287287

288288
- name: Download build artifacts
289-
uses: actions/download-artifact@v4
289+
uses: actions/download-artifact@v7
290290
with:
291291
name: build-artifacts
292292
path: .
@@ -321,7 +321,7 @@ jobs:
321321
packages: write
322322
steps:
323323
- name: Checkout code
324-
uses: actions/checkout@v5
324+
uses: actions/checkout@v6
325325
with:
326326
persist-credentials: false
327327
fetch-depth: 0
@@ -330,7 +330,7 @@ jobs:
330330
uses: nrwl/nx-set-shas@v4
331331

332332
- name: Download build artifacts
333-
uses: actions/download-artifact@v4
333+
uses: actions/download-artifact@v7
334334
with:
335335
name: build-artifacts
336336
path: .
@@ -345,7 +345,7 @@ jobs:
345345
npx nx run-many --target=package --configuration=production --parallel=3 || echo "No projects for native applications build"
346346
347347
- name: Upload build artifacts
348-
uses: actions/upload-artifact@v4
348+
uses: actions/upload-artifact@v6
349349
with:
350350
name: binary-artifacts-linux
351351
path: |
@@ -365,7 +365,7 @@ jobs:
365365
environment: production
366366
steps:
367367
- name: Download binaries
368-
uses: actions/download-artifact@v4
368+
uses: actions/download-artifact@v7
369369
with:
370370
path: artifacts
371371
pattern: binary-artifacts-*

0 commit comments

Comments
 (0)