From f8fb9cd7f92d1df4c8a5e0ad4874c8d061c8eb55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:45:55 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index b6880c1..e1ed7d6 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -53,7 +53,7 @@ jobs: ~/.bun/install/cache - name: Install Cosign - uses: sigstore/cosign-installer@v3 + uses: sigstore/cosign-installer@v4.1.2 - name: Login to GitHub Container Registry uses: docker/login-action@v3