File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
32
32
33
33
- name : Cache pnpm dependencies
34
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
34
+ uses : actions/cache@v4
35
35
id : pnpm-cache-result
36
36
with :
37
37
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
72
72
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
73
73
74
74
- name : Cache pnpm dependencies
75
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
75
+ uses : actions/cache@v4
76
76
id : pnpm-cache-result
77
77
with :
78
78
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -112,7 +112,7 @@ jobs:
112
112
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
113
113
114
114
- name : Cache pnpm dependencies
115
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
115
+ uses : actions/cache@v4
116
116
id : pnpm-cache-result
117
117
with :
118
118
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change 32
32
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
33
33
34
34
- name : Cache pnpm dependencies
35
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
35
+ uses : actions/cache@v4
36
36
id : pnpm-cache-result
37
37
with :
38
38
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments