diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5b0af06..37e0482 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -47,7 +47,7 @@ jobs: run: | echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Setup pnpm cache with: path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} @@ -89,7 +89,7 @@ jobs: run: | echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Setup pnpm cache with: path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} diff --git a/apps/nuxt3/.github/workflows/ci.yml b/apps/nuxt3/.github/workflows/ci.yml index f2aba76..8739181 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.3 + uses: actions/cache@v4.0.1 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 }}