From 07e4248d3202b94f954693499bc10297a0c6962c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:56:02 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.5.0 --- 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..fb1369d 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.5.0 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 }}