diff --git a/apps/nuxt3/.github/workflows/ci.yml b/apps/nuxt3/.github/workflows/ci.yml index cba423a..0dfeacd 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.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 }}