Skip to content

Commit 3881296

Browse files
fix(deps): bump sigstore/gh-action-sigstore-python from 3.4.0 to 3.5.0
Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.4.0 to 3.5.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@5b79a39...790bc6b) --- updated-dependencies: - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73113ee commit 3881296

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
@@ -292,7 +292,7 @@ jobs:
292292
if: steps.release.outputs.released == 'true'
293293

294294
# Sign artifacts to be uploaded to github releases after pypi. Pypi signs it's own
295-
- uses: sigstore/gh-action-sigstore-python@5b79a39c381910c090341a2c9b0bf022c8b387e1 # v3.4.0
295+
- uses: sigstore/gh-action-sigstore-python@790bc6befb9d733738f18d8f895854b453640ec9 # v3.5.0
296296
if: steps.release.outputs.released == 'true'
297297
with:
298298
inputs: "dist/*"

0 commit comments

Comments
 (0)