From 22a8c8a4200be150721c898d7f936cdf9ba8f50a Mon Sep 17 00:00:00 2001 From: "renovate-okira[bot]" <263937112+renovate-okira[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:02:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 3d3c42e --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9634cac..4a1a543 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: runs-on: macos-latest # darwin builds run natively here; could be ubuntu-latest with CGO_ENABLED=0 steps: - name: Check out - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 # goreleaser needs full history for changelog