Skip to content

Commit 6b98dac

Browse files
Bump the all-github-actions group with 3 updates (#129)
Bumps the all-github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `sigstore/gh-action-sigstore-python` from 3.0.0 to 3.0.1 - [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.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1810688 commit 6b98dac

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo $GITHUB_CONTEXT
3232

3333
- name: Checkout code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
persist-credentials: false
3737

@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Checkout code
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
with:
7575
persist-credentials: false
7676
fetch-depth: 0
@@ -100,7 +100,7 @@ jobs:
100100
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
101101
steps:
102102
- name: Download all the dists
103-
uses: actions/download-artifact@v4
103+
uses: actions/download-artifact@v5
104104
with:
105105
name: distributions
106106
path: dist/
@@ -124,7 +124,7 @@ jobs:
124124

125125
steps:
126126
- name: Download all the dists
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v5
128128
with:
129129
name: distributions
130130
path: dist/
@@ -146,12 +146,12 @@ jobs:
146146
id-token: write # IMPORTANT: mandatory for sigstore
147147
steps:
148148
- name: Download all the dists
149-
uses: actions/download-artifact@v4
149+
uses: actions/download-artifact@v5
150150
with:
151151
name: distributions
152152
path: dist/
153153
- name: Sign the dists with Sigstore
154-
uses: sigstore/[email protected].0
154+
uses: sigstore/[email protected].1
155155
with:
156156
inputs: >-
157157
./dist/*.tar.gz

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Setup python binary
2525
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)