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 @@ -231,7 +231,7 @@ jobs:
231
231
232
232
# vaadin tests use pnpm
233
233
- name : Cache pnpm modules
234
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
234
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
235
235
with :
236
236
path : ~/.pnpm-store
237
237
key : ${{ runner.os }}-test-cache-pnpm-modules
Original file line number Diff line number Diff line change 57
57
58
58
# vaadin tests use pnpm
59
59
- name : Cache pnpm modules
60
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
60
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
61
61
with :
62
62
path : ~/.pnpm-store
63
63
key : ${{ runner.os }}-test-latest-cache-pnpm-modules
Original file line number Diff line number Diff line change 50
50
51
51
# vaadin tests use pnpm
52
52
- name : Cache pnpm modules
53
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
53
+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
54
54
with :
55
55
path : ~/.pnpm-store
56
56
key : ${{ runner.os }}-test-latest-cache-pnpm-modules
You can’t perform that action at this time.
0 commit comments