Skip to content

Commit 582171f

Browse files
fix(deps): bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 (#2182)
Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.2.0 to 3.3.0. - [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.2.0...v3.3.0) --- updated-dependencies: - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lou DeGenaro <lou.degenaro@gmail.com>
1 parent 4bf82c0 commit 582171f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
if: steps.release.outputs.released == 'true'
210210

211211
# Sign artifacts to be uploaded to github releases after pypi. Pypi signs it's own
212-
- uses: sigstore/gh-action-sigstore-python@v3.2.0
212+
- uses: sigstore/gh-action-sigstore-python@v3.3.0
213213
if: steps.release.outputs.released == 'true'
214214
with:
215215
inputs: "dist/*"

0 commit comments

Comments
 (0)