From e544928b676df0eddd1bf1e4d3ae29b76e998176 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:05:37 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 3d3c42e --- .github/workflows/push.yml | 2 +- .github/workflows/release-it.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 50262b6..d9515fb 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: name: Node Lint Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 2 diff --git a/.github/workflows/release-it.yml b/.github/workflows/release-it.yml index e269fbb..66f215c 100644 --- a/.github/workflows/release-it.yml +++ b/.github/workflows/release-it.yml @@ -16,7 +16,7 @@ jobs: if: github.ref_name == github.event.repository.default_branch needs: [run-tests] steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: token: ${{ secrets.GH_PAT }} fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 774423d..4657919 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: name: Build & Release Plugin runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 2