From 52e02d41334cb17df1b0778f07e09b671c6595f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 19:59:09 +0000 Subject: [PATCH] build(deps): bump sigstore/cosign-installer from 3.1.0 to 3.1.1 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index df42ddfb9..831fdd9e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -311,7 +311,7 @@ jobs: type=sha,suffix=-debug - name: Setup Cosign - uses: sigstore/cosign-installer@v3.1.0 + uses: sigstore/cosign-installer@v3.1.1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2.7.0