From 1b9f7b6d8b33e3d8bdd45d340515c318619cd481 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 5 Jun 2023 11:57:51 +0200 Subject: [PATCH] update job to use latest action release (#130) Signed-off-by: cpanato --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 68ae310..94c84f1 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Install Cosign - uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1 + uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5 - name: Check install! run: cosign version - name: Check root directory