Skip to content

Commit 0b97a9c

Browse files
Bump the github-actions group with 4 updates (#23)
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact), [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `actions/checkout` from 5.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6.0.1) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `sigstore/gh-action-sigstore-python` from 3.0.1 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@v3.0.1...v3.2.0) Updates `zizmorcore/zizmor-action` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@e673c39...e639db9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact 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 - dependency-name: zizmorcore/zizmor-action dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e82a4f commit 0b97a9c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6.0.1
2626
- name: Set up Python
2727
uses: actions/setup-python@v6
2828
with:
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write # IMPORTANT: mandatory for trusted publishing
5252
steps:
5353
- name: Download all the dists
54-
uses: actions/download-artifact@v5
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: python-package-distributions
5757
path: dist/
@@ -72,12 +72,12 @@ jobs:
7272

7373
steps:
7474
- name: Download all the dists
75-
uses: actions/download-artifact@v5
75+
uses: actions/download-artifact@v6
7676
with:
7777
name: python-package-distributions
7878
path: dist/
7979
- name: Sign the dists with Sigstore
80-
uses: sigstore/gh-action-sigstore-python@v3.0.1
80+
uses: sigstore/gh-action-sigstore-python@v3.2.0
8181
with:
8282
inputs: >-
8383
./dist/*.tar.gz

.github/workflows/test_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161

6262
steps:
63-
- uses: actions/checkout@v5
63+
- uses: actions/checkout@v6.0.1
6464
- name: Set up Python
6565
uses: actions/setup-python@v6
6666
with:
@@ -93,7 +93,7 @@ jobs:
9393

9494
steps:
9595
- name: Download all the dists
96-
uses: actions/download-artifact@v5
96+
uses: actions/download-artifact@v6
9797
with:
9898
name: python-package-distributions
9999
path: dist/

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
actions: read # only needed for private repos
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525
with:
2626
persist-credentials: false
2727

2828
- name: Run zizmor 🌈
29-
uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0
29+
uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0
3030

0 commit comments

Comments
 (0)