File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3232 - name : 📦 Setup pnpm cache
33- uses : actions/cache@v3
33+ uses : actions/cache@v4
3434 with :
3535 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
3636 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 4949 run : |
5050 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
5151 - name : 📦 Setup pnpm cache
52- uses : actions/cache@v3
52+ uses : actions/cache@v4
5353 with :
5454 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5555 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
8888 run : |
8989 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
9090 - name : 📦 Setup pnpm cache
91- uses : actions/cache@v3
91+ uses : actions/cache@v4
9292 with :
9393 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
9494 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 3838 run : |
3939 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4040 - name : 📦 Setup pnpm cache
41- uses : actions/cache@v3
41+ uses : actions/cache@v4
4242 with :
4343 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4444 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments