File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231231
232232 # vaadin tests use pnpm
233233 - name : Cache pnpm modules
234- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
234+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
235235 with :
236236 path : ~/.pnpm-store
237237 key : ${{ runner.os }}-test-cache-pnpm-modules
Original file line number Diff line number Diff line change 5757
5858 # vaadin tests use pnpm
5959 - name : Cache pnpm modules
60- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
60+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
6161 with :
6262 path : ~/.pnpm-store
6363 key : ${{ runner.os }}-test-latest-cache-pnpm-modules
Original file line number Diff line number Diff line change 5050
5151 # vaadin tests use pnpm
5252 - name : Cache pnpm modules
53- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
53+ uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
5454 with :
5555 path : ~/.pnpm-store
5656 key : ${{ runner.os }}-test-latest-cache-pnpm-modules
You can’t perform that action at this time.
0 commit comments