Skip to content

Commit

Permalink
update cosign installer action to 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Sep 15, 2021
1 parent cd93cda commit ce32d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: sigstore/cosign-installer@v1.1.0
- uses: sigstore/cosign-installer@v1.2.0
-
name: Make Setup
run: |
Expand Down

0 comments on commit ce32d16

Please sign in to comment.