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 ee2b231 commit b909331Copy full SHA for b909331
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
go mod tidy
29
go test -v ./...
30
go build -o timer .
31
- - uses: sigstore/cosign-installer@v3.0.5
+ - uses: sigstore/cosign-installer@v3.1.0
32
- uses: goreleaser/goreleaser-action@v4
33
if: success() && startsWith(github.ref, 'refs/tags/')
34
with:
0 commit comments