Skip to content

Commit e66d058

Browse files
🦄 (deps): Bump the actions group with 2 updates (#254)
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) Updates `actions/setup-go` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@7a3fe6c...4b73464) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86a01ae commit e66d058

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/cd.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build source distribution
3535
run: pipx run build --sdist --outdir dist/
3636

37-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
37+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3838
with:
3939
name: source_distribution
4040
path: dist
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
persist-credentials: false
5252

53-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
53+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5454
with:
5555
go-version: "1.25.4"
5656
cache: false
@@ -71,7 +71,7 @@ jobs:
7171
hugo env --logLevel debug
7272
7373
- name: Upload wheels
74-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
74+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7575
with:
7676
name: wheels_windows_amd64
7777
path: ./wheelhouse/*.whl
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
persist-credentials: false
8989

90-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
90+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
9191
with:
9292
go-version: "1.25.4"
9393
cache: false
@@ -112,7 +112,7 @@ jobs:
112112
CIBW_TEST_SKIP: "*-win_arm64"
113113

114114
- name: Upload wheels
115-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
115+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
116116
with:
117117
name: wheels_windows_arm64
118118
path: ./wheelhouse/*.whl
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
persist-credentials: false
130130

131-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
131+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
132132
with:
133133
go-version: "1.25.4"
134134
cache: false
@@ -154,7 +154,7 @@ jobs:
154154
hugo env --logLevel debug
155155
156156
- name: Upload wheels
157-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
157+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
158158
with:
159159
name: wheels_windows_i686
160160
path: ./wheelhouse/*.whl
@@ -190,7 +190,7 @@ jobs:
190190
hugo env --logLevel debug
191191
192192
- name: Upload wheels
193-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
193+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
194194
with:
195195
name: wheels_linux_amd64
196196
path: ./wheelhouse/*.whl
@@ -226,7 +226,7 @@ jobs:
226226
hugo env --logLevel debug
227227
228228
- name: Upload wheels
229-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
229+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
230230
with:
231231
name: wheels_linux_aarch64
232232
path: ./wheelhouse/*.whl
@@ -271,7 +271,7 @@ jobs:
271271
hugo env --logLevel debug
272272
273273
- name: Upload wheels
274-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
274+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
275275
with:
276276
name: wheels_linux_s390x
277277
path: ./wheelhouse/*.whl
@@ -316,7 +316,7 @@ jobs:
316316
hugo env --logLevel debug
317317
318318
- name: Upload wheels
319-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
319+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
320320
with:
321321
name: wheels_linux_ppc64le
322322
path: ./wheelhouse/*.whl
@@ -332,7 +332,7 @@ jobs:
332332
with:
333333
persist-credentials: false
334334

335-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
335+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
336336
with:
337337
go-version: "1.25.4"
338338
cache: false
@@ -349,7 +349,7 @@ jobs:
349349
hugo env --logLevel debug
350350
351351
- name: Upload wheels
352-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
352+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
353353
with:
354354
name: wheels_macos_x86_64
355355
path: ./wheelhouse/*.whl
@@ -365,7 +365,7 @@ jobs:
365365
with:
366366
persist-credentials: false
367367

368-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
368+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
369369
with:
370370
go-version: "1.25.4"
371371
cache: false
@@ -382,7 +382,7 @@ jobs:
382382
hugo env --logLevel debug
383383
384384
- name: Upload wheels
385-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
385+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
386386
with:
387387
name: wheels_macos_arm64
388388
path: ./wheelhouse/*.whl

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Set up Go toolchain
6868
id: setup-go
69-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
69+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7070
with:
7171
go-version: "1.25.4"
7272
cache: false
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Set up Go toolchain
128128
id: setup-go
129-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
129+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
130130
with:
131131
go-version: "1.25.4"
132132
cache: false
@@ -194,7 +194,7 @@ jobs:
194194
hugo env --logLevel debug
195195
196196
- name: Upload artifacts for debugging
197-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
197+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
198198
with:
199199
name: wheels_${{ matrix.runs-on }}_${{ matrix.architecture }}_py${{ matrix.python-version }}
200200
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)