From 110b9d38bbc2416cabba2993d98d92671358dcb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:02:12 +0000 Subject: [PATCH] Bump sigstore/gh-action-sigstore-python from 0.0.11 to 0.1.0 Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 0.0.11 to 0.1.0. - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Commits](https://github.com/sigstore/gh-action-sigstore-python/compare/v0.0.11...v0.1.0) --- updated-dependencies: - dependency-name: sigstore/gh-action-sigstore-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 050ecc350..e925fd24f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -267,7 +267,7 @@ jobs: VERSION=$(echo $GITHUB_REF | sed -e "s#refs/tags/v##g") echo "env_url=https://pypi.org/project/maturin/$VERSION" >> $GITHUB_OUTPUT - name: Sigstore Sign - uses: sigstore/gh-action-sigstore-python@v0.0.11 + uses: sigstore/gh-action-sigstore-python@v0.1.0 with: inputs: ./*.tar.gz ./*.whl upload-signing-artifacts: true @@ -295,7 +295,7 @@ jobs: with: name: binaries - name: Sigstore Sign - uses: sigstore/gh-action-sigstore-python@v0.0.11 + uses: sigstore/gh-action-sigstore-python@v0.1.0 with: inputs: ./*.tar.gz ./*.zip ./*.deb upload-signing-artifacts: true