File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3636
3737 - name : Setup pnpm cache
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : ${{ env.STORE_PATH }}
4141 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
8484 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
8585
8686 - name : Setup pnpm cache
87- uses : actions/cache@v4
87+ uses : actions/cache@v5
8888 with :
8989 path : ${{ env.STORE_PATH }}
9090 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -122,7 +122,7 @@ jobs:
122122 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
123123
124124 - name : Setup pnpm cache
125- uses : actions/cache@v4
125+ uses : actions/cache@v5
126126 with :
127127 path : ${{ env.STORE_PATH }}
128128 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments