File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ jobs:
228
228
229
229
# vaadin tests use pnpm
230
230
- name : Cache pnpm modules
231
- uses : actions/cache@v3
231
+ uses : actions/cache@v4
232
232
with :
233
233
path : ~/.pnpm-store
234
234
key : ${{ runner.os }}-test-cache-pnpm-modules
Original file line number Diff line number Diff line change 54
54
55
55
# vaadin tests use pnpm
56
56
- name : Cache pnpm modules
57
- uses : actions/cache@v3
57
+ uses : actions/cache@v4
58
58
with :
59
59
path : ~/.pnpm-store
60
60
key : ${{ runner.os }}-test-latest-cache-pnpm-modules
Original file line number Diff line number Diff line change 47
47
48
48
# vaadin tests use pnpm
49
49
- name : Cache pnpm modules
50
- uses : actions/cache@v3
50
+ uses : actions/cache@v4
51
51
with :
52
52
path : ~/.pnpm-store
53
53
key : ${{ runner.os }}-test-latest-cache-pnpm-modules
You can’t perform that action at this time.
0 commit comments