File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
run : |
25
25
echo "STORE_PATH=$(pnpm store path)" >> "$GITHUB_OUTPUT"
26
26
- name : Setup pnpm cache
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
30
30
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 18
18
run : |
19
19
echo "STORE_PATH=$(pnpm store path)" >> "$GITHUB_OUTPUT"
20
20
- name : Setup pnpm cache
21
- uses : actions/cache@v3
21
+ uses : actions/cache@v4
22
22
with :
23
23
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
24
24
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
40
40
run : |
41
41
echo "STORE_PATH=$(pnpm store path)" >> "$GITHUB_OUTPUT"
42
42
- name : Setup pnpm cache
43
- uses : actions/cache@v3
43
+ uses : actions/cache@v4
44
44
with :
45
45
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
46
46
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments