From 905b2ce6f80d3f0862e3ef9279a63885febb1589 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:08:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3c61cc..ef16b14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: id: find-yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: git checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Cache yarn dependencies uses: actions/cache@v4 with: @@ -40,7 +40,7 @@ jobs: id: find-yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: git checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Cache yarn dependencies uses: actions/cache@v4 with: