From 1dfd609b2d518a2b65c73f1132b9d65a4a630489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 12:41:38 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.2.6 Signed-off-by: Renovate Bot --- .github/actions/setup-node/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index a04d16022..0b2b0a7bd 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -19,7 +19,7 @@ runs: shell: bash - name: Cache yarn cache - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}