We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21eedca commit 83aa281Copy full SHA for 83aa281
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
# Install the cosign tool except on PR
25
# https://github.com/sigstore/cosign-installer
26
- name: Install cosign
27
- uses: sigstore/cosign-installer@v3.9.2
+ uses: sigstore/cosign-installer@v3.10.0
28
29
# Workaround: https://github.com/docker/build-push-action/issues/461
30
- name: Setup Docker buildx
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: Checkout
56
uses: actions/checkout@v5
0 commit comments