File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
run : |
60
60
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
61
61
- name : Setup pnpm cache
62
- uses : actions/cache@v3
62
+ uses : actions/cache@v4
63
63
with :
64
64
key : v1-${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
65
65
path : |
87
87
run : |
88
88
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
89
89
- name : Setup pnpm cache
90
- uses : actions/cache@v3
90
+ uses : actions/cache@v4
91
91
with :
92
92
key : v1-${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
93
93
path : |
@@ -117,7 +117,7 @@ jobs:
117
117
run : |
118
118
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
119
119
- name : Setup pnpm cache
120
- uses : actions/cache@v3
120
+ uses : actions/cache@v4
121
121
with :
122
122
key : v1-${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
123
123
path : |
@@ -153,7 +153,7 @@ jobs:
153
153
run : |
154
154
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
155
155
- name : Setup pnpm cache
156
- uses : actions/cache@v3
156
+ uses : actions/cache@v4
157
157
with :
158
158
key : v1-${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
159
159
path : |
@@ -183,7 +183,7 @@ jobs:
183
183
run : |
184
184
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
185
185
- name : Setup pnpm cache
186
- uses : actions/cache@v3
186
+ uses : actions/cache@v4
187
187
with :
188
188
key : v1-${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
189
189
path : |
You can’t perform that action at this time.
0 commit comments