From 0ab5c076c38f0d1c721ae18f36d13a5555b94e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:08:49 +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 141e5a5..08906f7 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ runs: using: composite steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Read properties from package.json id: package_json