From 387d22afa6a78fa75b29106c3f0afca5417e1620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:30:47 +0000 Subject: [PATCH] Bump sigstore/cosign-installer from 3.3.0 to 3.4.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-mytoolbx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-mytoolbx.yml b/.github/workflows/build-mytoolbx.yml index 82400d6..537a5a6 100644 --- a/.github/workflows/build-mytoolbx.yml +++ b/.github/workflows/build-mytoolbx.yml @@ -86,7 +86,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} # Sign container - - uses: sigstore/cosign-installer@v3.3.0 + - uses: sigstore/cosign-installer@v3.4.0 - name: Sign container image if: github.event_name != 'pull_request'