Skip to content

Commit 58d61e4

Browse files
🦄 (deps): Bump the actions group across 1 directory with 5 updates (#242)
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.5.0` | `6.0.0` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `3.3.0` | `3.3.1` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.8` | `7.0.0` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `2.1.0` | `3.1.0` | Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `actions/upload-artifact` from 4.5.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6f51ac0...b7c566a) Updates `pypa/cibuildwheel` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@63fd63b...298ed2f) Updates `actions/download-artifact` from 4.1.8 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...37930b1) Updates `actions/attest-build-provenance` from 2.1.0 to 3.1.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@7668571...00014ed) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major 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 03fc9ff commit 58d61e4

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

‎.github/workflows/cd.yml‎

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
contents: read
2525
steps:
26-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
with:
2828
persist-credentials: false
2929

@@ -34,7 +34,7 @@ jobs:
3434
- name: Build source distribution
3535
run: pipx run build --sdist --outdir dist/
3636

37-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
37+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3838
with:
3939
name: source_distribution
4040
path: dist
@@ -46,7 +46,7 @@ jobs:
4646
permissions:
4747
contents: read
4848
steps:
49-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
49+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
with:
5151
persist-credentials: false
5252

@@ -58,7 +58,7 @@ jobs:
5858
- name: Install MinGW compiler(s)
5959
run: choco install mingw
6060

61-
- uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
61+
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
6262
with:
6363
package-dir: .
6464
output-dir: wheelhouse
@@ -71,7 +71,7 @@ jobs:
7171
hugo env --logLevel debug
7272
7373
- name: Upload wheels
74-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
74+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7575
with:
7676
name: wheels_windows_amd64
7777
path: ./wheelhouse/*.whl
@@ -83,7 +83,7 @@ jobs:
8383
permissions:
8484
contents: read
8585
steps:
86-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
86+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787
with:
8888
persist-credentials: false
8989

@@ -96,7 +96,7 @@ jobs:
9696
- name: Build binary distribution (wheel) on Windows (arm64)
9797
# We need to use cibuildwheel because it has experimental support for cross-compiling
9898
# to arm64 and setup-python does not have arm64 support on Windows right now
99-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
99+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
100100
with:
101101
package-dir: .
102102
output-dir: wheelhouse
@@ -112,7 +112,7 @@ jobs:
112112
CIBW_TEST_SKIP: "*-win_arm64"
113113

114114
- name: Upload wheels
115-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
115+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
116116
with:
117117
name: wheels_windows_arm64
118118
path: ./wheelhouse/*.whl
@@ -124,7 +124,7 @@ jobs:
124124
permissions:
125125
contents: read
126126
steps:
127-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
127+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
128128
with:
129129
persist-credentials: false
130130

@@ -136,7 +136,7 @@ jobs:
136136
# Note: cibuildwheel will manage installing 32-bit Python on Windows. We
137137
# do not need to do that manually unless we use setup-python instead.
138138
- name: Build binary distribution (wheel) on Windows (i686)
139-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
139+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
140140
with:
141141
package-dir: .
142142
output-dir: wheelhouse
@@ -154,7 +154,7 @@ jobs:
154154
hugo env --logLevel debug
155155
156156
- name: Upload wheels
157-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
157+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
158158
with:
159159
name: wheels_windows_i686
160160
path: ./wheelhouse/*.whl
@@ -166,11 +166,11 @@ jobs:
166166
permissions:
167167
contents: read
168168
steps:
169-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
169+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
170170
with:
171171
persist-credentials: false
172172

173-
- uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
173+
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
174174
with:
175175
package-dir: .
176176
output-dir: wheelhouse
@@ -190,7 +190,7 @@ jobs:
190190
hugo env --logLevel debug
191191
192192
- name: Upload wheels
193-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
193+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
194194
with:
195195
name: wheels_linux_amd64
196196
path: ./wheelhouse/*.whl
@@ -202,11 +202,11 @@ jobs:
202202
permissions:
203203
contents: read
204204
steps:
205-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
205+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
206206
with:
207207
persist-credentials: false
208208

209-
- uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
209+
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
210210
with:
211211
package-dir: .
212212
output-dir: wheelhouse
@@ -226,7 +226,7 @@ jobs:
226226
hugo env --logLevel debug
227227
228228
- name: Upload wheels
229-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
229+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
230230
with:
231231
name: wheels_linux_aarch64
232232
path: ./wheelhouse/*.whl
@@ -238,7 +238,7 @@ jobs:
238238
permissions:
239239
contents: read
240240
steps:
241-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
241+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
242242
with:
243243
persist-credentials: false
244244

@@ -251,7 +251,7 @@ jobs:
251251
image: tonistiigi/binfmt:qemu-v8.1.5
252252

253253
- name: Build binary distribution (wheel) on Linux (s390x)
254-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
254+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
255255
with:
256256
package-dir: .
257257
output-dir: wheelhouse
@@ -271,7 +271,7 @@ jobs:
271271
hugo env --logLevel debug
272272
273273
- name: Upload wheels
274-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
274+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
275275
with:
276276
name: wheels_linux_s390x
277277
path: ./wheelhouse/*.whl
@@ -283,7 +283,7 @@ jobs:
283283
permissions:
284284
contents: read
285285
steps:
286-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
286+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
287287
with:
288288
persist-credentials: false
289289

@@ -296,7 +296,7 @@ jobs:
296296
image: tonistiigi/binfmt:qemu-v8.1.5
297297

298298
- name: Build binary distribution (wheel) on Linux (ppc64le)
299-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
299+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
300300
with:
301301
package-dir: .
302302
output-dir: wheelhouse
@@ -316,7 +316,7 @@ jobs:
316316
hugo env --logLevel debug
317317
318318
- name: Upload wheels
319-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
319+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
320320
with:
321321
name: wheels_linux_ppc64le
322322
path: ./wheelhouse/*.whl
@@ -328,7 +328,7 @@ jobs:
328328
permissions:
329329
contents: read
330330
steps:
331-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
331+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
332332
with:
333333
persist-credentials: false
334334

@@ -338,7 +338,7 @@ jobs:
338338
cache: false
339339
check-latest: true
340340

341-
- uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
341+
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
342342
with:
343343
package-dir: .
344344
output-dir: wheelhouse
@@ -349,7 +349,7 @@ jobs:
349349
hugo env --logLevel debug
350350
351351
- name: Upload wheels
352-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
352+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
353353
with:
354354
name: wheels_macos_x86_64
355355
path: ./wheelhouse/*.whl
@@ -361,7 +361,7 @@ jobs:
361361
permissions:
362362
contents: read
363363
steps:
364-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
364+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
365365
with:
366366
persist-credentials: false
367367

@@ -371,7 +371,7 @@ jobs:
371371
cache: false
372372
check-latest: true
373373

374-
- uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
374+
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
375375
with:
376376
package-dir: .
377377
output-dir: wheelhouse
@@ -382,7 +382,7 @@ jobs:
382382
hugo env --logLevel debug
383383
384384
- name: Upload wheels
385-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
385+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
386386
with:
387387
name: wheels_macos_arm64
388388
path: ./wheelhouse/*.whl
@@ -414,7 +414,7 @@ jobs:
414414

415415
steps:
416416
- name: Download all artifacts
417-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
417+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
418418
with:
419419
path: upload/
420420
merge-multiple: true
@@ -434,7 +434,7 @@ jobs:
434434
./upload/*.tar.gz
435435
436436
- name: Generate artifact attestation(s)
437-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
437+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
438438
with:
439439
subject-path: |
440440
upload/*.whl

‎.github/workflows/ci.yml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions:
2626
contents: read
2727
steps:
28-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:
3030
persist-credentials: false
3131

@@ -55,7 +55,7 @@ jobs:
5555
windows-latest,
5656
]
5757
steps:
58-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
58+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5959
with:
6060
persist-credentials: false
6161

@@ -115,7 +115,7 @@ jobs:
115115
- python-version: "3.14"
116116
runs-on: windows-latest
117117
steps:
118-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
118+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119119
with:
120120
persist-credentials: false
121121

@@ -157,7 +157,7 @@ jobs:
157157
if: matrix.runs-on == 'windows-latest' && matrix.architecture == 'arm64'
158158
# We need to use cibuildwheel because it has experimental support for cross-compiling
159159
# to arm64 and setup-python does not have arm64 support on Windows right now
160-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
160+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
161161
with:
162162
package-dir: .
163163
output-dir: wheelhouse
@@ -176,7 +176,7 @@ jobs:
176176
# do not need to do that manually unless we use setup-python instead.
177177
- name: Build binary distribution (wheel) on Windows (i686)
178178
if: matrix.runs-on == 'windows-latest' && matrix.architecture == 'i686'
179-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
179+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
180180
with:
181181
package-dir: .
182182
output-dir: wheelhouse
@@ -194,7 +194,7 @@ jobs:
194194
hugo env --logLevel debug
195195
196196
- name: Upload artifacts for debugging
197-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
197+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
198198
with:
199199
name: wheels_${{ matrix.runs-on }}_${{ matrix.architecture }}_py${{ matrix.python-version }}
200200
path: ./wheelhouse/*.whl
@@ -204,7 +204,7 @@ jobs:
204204
name: inspect-sdist-wheel-contents
205205
runs-on: ubuntu-latest
206206
steps:
207-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
207+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
208208
with:
209209
persist-credentials: false
210210

0 commit comments

Comments
 (0)