Skip to content

Commit f15be83

Browse files
Merge pull request #359 from tpvasconcelos/dependabot/github_actions/sigstore/gh-action-sigstore-python-3.2.0
Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0
2 parents 5df52fd + 025cf44 commit f15be83

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.1.0
127+
uses: sigstore/gh-action-sigstore-python@v3.2.0
128128
with:
129129
inputs: >-
130130
./dist/*.tar.gz

docs/reference/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ Unreleased changes
77

88
## CI/CD
99

10+
- Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}`359`)
1011
- Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`)
1112
- Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`)
1213
- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}`352`)
14+
- pre-commit autoupdate ({gh-pr}`358`)
1315
- pre-commit autoupdate ({gh-pr}`355`)
1416
- pre-commit autoupdate ({gh-pr}`350`)
15-
- pre-commit autoupdate ({gh-pr}`358`)
1617

1718
---
1819

0 commit comments

Comments
 (0)