Skip to content

Commit 7571a43

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) 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) --- 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: sigstore/gh-action-sigstore-python dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0136ff9 commit 7571a43

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 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
@@ -73,7 +73,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- 3306:3306
3838

3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
persist-credentials: false
4343

@@ -133,7 +133,7 @@ jobs:
133133
--health-retries 5
134134
135135
steps:
136-
- uses: actions/checkout@v5
136+
- uses: actions/checkout@v6
137137
with:
138138
persist-credentials: false
139139

@@ -193,7 +193,7 @@ jobs:
193193
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
194194

195195
steps:
196-
- uses: actions/checkout@v5
196+
- uses: actions/checkout@v6
197197
with:
198198
persist-credentials: false
199199

@@ -243,7 +243,7 @@ jobs:
243243
fail-fast: false
244244

245245
steps:
246-
- uses: actions/checkout@v5
246+
- uses: actions/checkout@v6
247247
with:
248248
persist-credentials: false
249249

@@ -286,7 +286,7 @@ jobs:
286286
pull-requests: write
287287
contents: write
288288
steps:
289-
- uses: actions/checkout@v4
289+
- uses: actions/checkout@v6
290290
with:
291291
# Persist the credentials because coverage_comment needs them too.
292292
persist-credentials: true

.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)