From a61dc5053163d25fb678fc5f7de290b51031705c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:47:14 +0000 Subject: [PATCH] Update actions/checkout digest to 3d3c42e --- .github/workflows/release-from-tag.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-from-tag.yml b/.github/workflows/release-from-tag.yml index d01a074..cecd78e 100644 --- a/.github/workflows/release-from-tag.yml +++ b/.github/workflows/release-from-tag.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/action.yml b/action.yml index bb654e7..66ace21 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: using: composite steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 # Disable shallow as gitflow requires access to multiple branches