From 1af20c123ef10407a859085a41d68d20c7e68bc2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Aug 2021 22:23:39 +0000 Subject: [PATCH] Update dependency sigstore/cosign to v1 --- scripts/cosign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cosign.sh b/scripts/cosign.sh index a8dea3e7..dcb16417 100644 --- a/scripts/cosign.sh +++ b/scripts/cosign.sh @@ -2,7 +2,7 @@ DATASOURCE=github-tags REPO=sigstore/cosign -VERSION=0.6.0 +VERSION=v1.1.0 brew bump-formula-pr \ "--version=${VERSION}" \