From a4b0b2ca10e901d31c2170be29127340ed8a3ae2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:56:22 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 11d5960 --- .github/workflows/ci.yml | 2 +- .github/workflows/size-limit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 080cc193..56c5e4a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: matrix: node-version: [18, 20] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - name: Setup node uses: actions/setup-node@v4 with: diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index b36b76e8..b763a9ac 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -18,7 +18,7 @@ jobs: matrix: node-version: [20] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 - name: Setup node uses: actions/setup-node@v4 with: