File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/nuxt3/.github/workflows Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 run : |
4848 echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
4949
50- - uses : actions/cache@v3
50+ - uses : actions/cache@v4
5151 name : Setup pnpm cache
5252 with :
5353 path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
8989 run : |
9090 echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
9191
92- - uses : actions/cache@v3
92+ - uses : actions/cache@v4
9393 name : Setup pnpm cache
9494 with :
9595 path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
Original file line number Diff line number Diff line change 3434 run : echo "::set-output name=dir::$(yarn cache dir)"
3535
3636 - name : Cache node_modules 📦
37- uses : actions/cache@v3.3.3
37+ uses : actions/cache@v4.0.1
3838 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939 with :
4040 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
You can’t perform that action at this time.
0 commit comments