Skip to content

Commit 2adb8a1

Browse files
Bump the github-actions group across 1 directory with 5 updates
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `7` | | [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) | `3.1.0` | `3.2.0` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `sigstore/gh-action-sigstore-python` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/gh-action-sigstore-python@f832326...a5caf34) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ebab3d commit 2adb8a1

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
persist-credentials: false
2121
- name: Set up Python
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build a binary wheel and a source tarball
2929
run: python3 -m build
3030
- name: Store the distribution packages
31-
uses: actions/upload-artifact@v5
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: python-package-distributions
3434
path: dist/
@@ -47,7 +47,7 @@ jobs:
4747
id-token: write # IMPORTANT: mandatory for trusted publishing
4848
steps:
4949
- name: Download all the dists
50-
uses: actions/download-artifact@v6
50+
uses: actions/download-artifact@v7
5151
with:
5252
name: python-package-distributions
5353
path: dist/
@@ -68,12 +68,12 @@ jobs:
6868

6969
steps:
7070
- name: Download all the dists
71-
uses: actions/download-artifact@v6
71+
uses: actions/download-artifact@v7
7272
with:
7373
name: python-package-distributions
7474
path: dist/
7575
- name: Sign the dists with Sigstore
76-
uses: sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c # v3.1.0
76+
uses: sigstore/gh-action-sigstore-python@a5caf349bc536fbef3668a10ed7f5cd309a4b53d # v3.2.0
7777
with:
7878
inputs: >-
7979
./dist/*.tar.gz
@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: Download all the dists
116-
uses: actions/download-artifact@v6
116+
uses: actions/download-artifact@v7
117117
with:
118118
name: python-package-distributions
119119
path: dist/

.github/workflows/test.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- 3306:3306
4242

4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
persist-credentials: false
4747

@@ -57,7 +57,7 @@ jobs:
5757
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
5858
5959
- name: Cache
60-
uses: actions/cache@v4
60+
uses: actions/cache@v5
6161
with:
6262
path: ${{ steps.pip-cache.outputs.dir }}
6363
key:
@@ -82,7 +82,7 @@ jobs:
8282
COVERAGE_FILE: ".coverage.mysql.${{ matrix.python-version }}"
8383

8484
- name: Store coverage file
85-
uses: actions/upload-artifact@v5
85+
uses: actions/upload-artifact@v6
8686
with:
8787
name: coverage-mysql-${{ matrix.python-version }}
8888
path: .coverage.mysql.${{ matrix.python-version }}*
@@ -137,7 +137,7 @@ jobs:
137137
--health-retries 5
138138
139139
steps:
140-
- uses: actions/checkout@v5
140+
- uses: actions/checkout@v6
141141
with:
142142
persist-credentials: false
143143

@@ -153,7 +153,7 @@ jobs:
153153
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
154154
155155
- name: Cache
156-
uses: actions/cache@v4
156+
uses: actions/cache@v5
157157
with:
158158
path: ${{ steps.pip-cache.outputs.dir }}
159159
key:
@@ -182,7 +182,7 @@ jobs:
182182
COVERAGE_FILE: ".coverage.${{ matrix.database }}.${{ matrix.python-version }}"
183183

184184
- name: Store coverage file
185-
uses: actions/upload-artifact@v5
185+
uses: actions/upload-artifact@v6
186186
with:
187187
name: coverage-${{ matrix.database }}-${{ matrix.python-version }}
188188
path: .coverage.${{ matrix.database }}.${{ matrix.python-version }}*
@@ -197,7 +197,7 @@ jobs:
197197
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
198198

199199
steps:
200-
- uses: actions/checkout@v5
200+
- uses: actions/checkout@v6
201201
with:
202202
persist-credentials: false
203203

@@ -213,7 +213,7 @@ jobs:
213213
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
214214
215215
- name: Cache
216-
uses: actions/cache@v4
216+
uses: actions/cache@v5
217217
with:
218218
path: ${{ steps.pip-cache.outputs.dir }}
219219
key:
@@ -235,7 +235,7 @@ jobs:
235235
COVERAGE_FILE: ".coverage.sqlite.${{ matrix.python-version }}"
236236

237237
- name: Store coverage file
238-
uses: actions/upload-artifact@v5
238+
uses: actions/upload-artifact@v6
239239
with:
240240
name: coverage-sqlite-${{ matrix.python-version }}
241241
path: .coverage.sqlite.${{ matrix.python-version }}*
@@ -247,7 +247,7 @@ jobs:
247247
fail-fast: false
248248

249249
steps:
250-
- uses: actions/checkout@v5
250+
- uses: actions/checkout@v6
251251
with:
252252
persist-credentials: false
253253

@@ -262,7 +262,7 @@ jobs:
262262
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
263263
264264
- name: Cache
265-
uses: actions/cache@v4
265+
uses: actions/cache@v5
266266
with:
267267
path: ${{ steps.pip-cache.outputs.dir }}
268268
key:
@@ -290,12 +290,12 @@ jobs:
290290
pull-requests: write
291291
contents: write
292292
steps:
293-
- uses: actions/checkout@v4
293+
- uses: actions/checkout@v6
294294
with:
295295
# Persist the credentials because coverage_comment needs them too.
296296
persist-credentials: true
297297

298-
- uses: actions/download-artifact@v6
298+
- uses: actions/download-artifact@v7
299299
id: download
300300
with:
301301
pattern: coverage-*
@@ -309,7 +309,7 @@ jobs:
309309
MERGE_COVERAGE_FILES: true
310310

311311
- name: Store Pull Request comment to be posted
312-
uses: actions/upload-artifact@v5
312+
uses: actions/upload-artifact@v6
313313
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
314314
with:
315315
name: python-coverage-comment-action

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
actions: read # only needed for private repos
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222
with:
2323
persist-credentials: false
2424

0 commit comments

Comments
 (0)