From 142d67b3b7e3b53582dd8fe63d15acf08f96c9ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:49:06 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.3 --- 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 42a685d..f2aba76 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.3.2 + uses: actions/cache@v3.3.3 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 }}