Skip to content

Commit f9fee88

Browse files
authored
Merge pull request #73 from DavidCEllis/dependabot/github_actions/sigstore/gh-action-sigstore-python-3.1.0
Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0
2 parents afb8a5a + b535bf3 commit f9fee88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_zipapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: pythonfinder-zipapp
4545
path: dist/
4646
- name: Sign the zipapp with Sigstore
47-
uses: sigstore/gh-action-sigstore-python@v3.0.1
47+
uses: sigstore/gh-action-sigstore-python@v3.1.0
4848
with:
4949
release-signing-artifacts: false
5050
inputs: >-

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: python-package-distributions
7070
path: dist/
7171
- name: Sign the dists with Sigstore
72-
uses: sigstore/gh-action-sigstore-python@v3.0.1
72+
uses: sigstore/gh-action-sigstore-python@v3.1.0
7373
with:
7474
release-signing-artifacts: false
7575
inputs: >-

0 commit comments

Comments
 (0)