File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
3535
3636 - name : Setup pnpm cache
37- uses : actions/cache@v3
37+ uses : actions/cache@v4
3838 with :
3939 path : |
4040 /home/runner/.cache
Original file line number Diff line number Diff line change 4040 echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
4141
4242 - name : Setup pnpm cache
43- uses : actions/cache@v3
43+ uses : actions/cache@v4
4444 with :
4545 path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
4646 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 4040 echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
4141
4242 - name : Setup pnpm cache
43- uses : actions/cache@v3
43+ uses : actions/cache@v4
4444 with :
4545 path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
4646 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments