Skip to content

Commit e74e017

Browse files
Merge pull request #352 from tpvasconcelos/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 7940313 + 60d36d6 commit e74e017

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
name: python-package-distributions
125125
path: dist/
126126
- name: Sign the dists with Sigstore
127-
uses: sigstore/gh-action-sigstore-python@v3.0.1
127+
uses: sigstore/gh-action-sigstore-python@v3.1.0
128128
with:
129129
inputs: >-
130130
./dist/*.tar.gz

docs/reference/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Unreleased changes
99

1010
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)
1111
- Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`)
12+
- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}`352`)
1213

1314
---
1415

0 commit comments

Comments
 (0)