From 282f5de3ba95f42846504407637f55ef4c6000fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:31:16 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.2 --- apps/nuxt3/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nuxt3/.github/workflows/ci.yml b/apps/nuxt3/.github/workflows/ci.yml index cba423a..9234991 100644 --- a/apps/nuxt3/.github/workflows/ci.yml +++ b/apps/nuxt3/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache node_modules 📦 - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.3.2 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}