Skip to content

Commit 6690e96

Browse files
authored
Merge pull request #25 from DavidCEllis/dependabot/github_actions/sigstore/gh-action-sigstore-python-3.0.1
Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1
2 parents 820b049 + c59f9c0 commit 6690e96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-exe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: splitguides-app
4646
path: dist/
4747
- name: Sign the zipapp with Sigstore
48-
uses: sigstore/gh-action-sigstore-python@v3.0.0
48+
uses: sigstore/gh-action-sigstore-python@v3.0.1
4949
with:
5050
release-signing-artifacts: false
5151
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.0
72+
uses: sigstore/gh-action-sigstore-python@v3.0.1
7373
with:
7474
release-signing-artifacts: false
7575
inputs: >-

0 commit comments

Comments
 (0)