From ae92cfb08504eecb42f47647f026509de974084a Mon Sep 17 00:00:00 2001 From: Matthew Petro Date: Mon, 8 Apr 2024 14:57:16 -0700 Subject: [PATCH] Incremented version of actions/checkout and cosign --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b37c605..54b49d3 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer @@ -41,7 +41,7 @@ jobs: if: github.event_name != 'pull_request' uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1 with: - cosign-release: 'v2.1.1' + cosign-release: 'v2.2.3' # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx