Skip to content

Commit add597e

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 600ab21 commit add597e

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

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

Lines changed: 17 additions & 17 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
@@ -108,15 +108,15 @@ jobs:
108108
needs: build
109109
steps:
110110
- name: Checkout code
111-
uses: actions/checkout@v5
111+
uses: actions/checkout@v6
112112
with:
113113
fetch-depth: 0
114114

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

118118
- name: Download build artifacts
119-
uses: actions/download-artifact@v4
119+
uses: actions/download-artifact@v7
120120
with:
121121
name: build-artifacts
122122
path: .
@@ -134,15 +134,15 @@ jobs:
134134
needs: build
135135
steps:
136136
- name: Checkout code
137-
uses: actions/checkout@v5
137+
uses: actions/checkout@v6
138138
with:
139139
fetch-depth: 0
140140

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

144144
- name: Download build artifacts
145-
uses: actions/download-artifact@v4
145+
uses: actions/download-artifact@v7
146146
with:
147147
name: build-artifacts
148148
path: .
@@ -160,15 +160,15 @@ jobs:
160160
needs: build
161161
steps:
162162
- name: Checkout code
163-
uses: actions/checkout@v5
163+
uses: actions/checkout@v6
164164
with:
165165
fetch-depth: 0
166166

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

170170
- name: Download build artifacts
171-
uses: actions/download-artifact@v4
171+
uses: actions/download-artifact@v7
172172
with:
173173
name: build-artifacts
174174
path: .
@@ -186,15 +186,15 @@ jobs:
186186
needs: build
187187
steps:
188188
- name: Checkout code
189-
uses: actions/checkout@v5
189+
uses: actions/checkout@v6
190190
with:
191191
fetch-depth: 0
192192

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

196196
- name: Download build artifacts
197-
uses: actions/download-artifact@v4
197+
uses: actions/download-artifact@v7
198198
with:
199199
name: build-artifacts
200200
path: .
@@ -212,15 +212,15 @@ jobs:
212212
needs: build
213213
steps:
214214
- name: Checkout code
215-
uses: actions/checkout@v5
215+
uses: actions/checkout@v6
216216
with:
217217
fetch-depth: 0
218218

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

222222
- name: Download build artifacts
223-
uses: actions/download-artifact@v4
223+
uses: actions/download-artifact@v7
224224
with:
225225
name: build-artifacts
226226
path: .
@@ -238,15 +238,15 @@ jobs:
238238
needs: build
239239
steps:
240240
- name: Checkout code
241-
uses: actions/checkout@v5
241+
uses: actions/checkout@v6
242242
with:
243243
fetch-depth: 0
244244

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

248248
- name: Download build artifacts
249-
uses: actions/download-artifact@v4
249+
uses: actions/download-artifact@v7
250250
with:
251251
name: build-artifacts
252252
path: .

.github/workflows/release.yml

Lines changed: 15 additions & 15 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
@@ -50,7 +50,7 @@ jobs:
5050
run: npx nx run-many --target=build --configuration=production --parallel=3 || echo "No projects for build"
5151

5252
- name: Upload build artifacts
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v6
5454
if: always()
5555
with:
5656
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: .

0 commit comments

Comments
 (0)