From 01330437ee3e3af853c75c14759f2d0cc207f696 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 03:37:12 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.0 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 9b4609e48..966d2736b 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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6 + uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}