From 4f18ebf3d84eef9331a4646c05361b9234ae62d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 05:08:42 +0000 Subject: [PATCH] :arrow_up: Bump sigstore/cosign-installer from 2.5.0 to 2.5.1 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.5.0...v2.5.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae5db18f..5e242178 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,7 +82,7 @@ jobs: cache: true - name: Install cosign - uses: sigstore/cosign-installer@v2.5.0 + uses: sigstore/cosign-installer@v2.5.1 with: cosign-release: 'v1.10.0' @@ -156,7 +156,7 @@ jobs: steps: - name: Install cosign - uses: sigstore/cosign-installer@v2.5.0 + uses: sigstore/cosign-installer@v2.5.1 with: cosign-release: 'v1.10.0' @@ -206,7 +206,7 @@ jobs: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Install cosign - uses: sigstore/cosign-installer@v2.5.0 + uses: sigstore/cosign-installer@v2.5.1 with: cosign-release: 'v1.10.0' @@ -242,7 +242,7 @@ jobs: steps: - name: Install cosign - uses: sigstore/cosign-installer@v2.5.0 + uses: sigstore/cosign-installer@v2.5.1 with: cosign-release: 'v1.10.0'