Skip to content

Commit

Permalink
update cosign in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerentis committed Apr 21, 2024
1 parent 5afe30b commit e049919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-jnlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v2
with:
cosign-release: 'v1.13.1'
cosign-release: 'v1.13.6'

- name: Set up containerd
uses: crazy-max/ghaction-setup-containerd@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-kubectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v2
with:
cosign-release: 'v1.13.1'
cosign-release: 'v1.13.6'

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit e049919

Please sign in to comment.