From 64c830e41d13f97416fd3235ff2c1280e536432e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:20:40 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 36f1e14 --- .github/actions/setup-yarn/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-yarn/action.yml b/.github/actions/setup-yarn/action.yml index 36fdeaf..9c1ac19 100644 --- a/.github/actions/setup-yarn/action.yml +++ b/.github/actions/setup-yarn/action.yml @@ -10,7 +10,7 @@ runs: run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT shell: bash - - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 + - uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}