5252 # Rolldown's Linux binding), so we always run a clean `npm ci` and just
5353 # keep its downloads warm. This is also the pattern Client Checks uses.
5454 - name : Cache npm dependencies
55- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
55+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5656 with :
5757 path : ~/.npm
5858 key : ${{ runner.os }}-npm-${{ hashFiles('client/package-lock.json') }}
@@ -186,7 +186,7 @@ jobs:
186186 # See the build job: cache ~/.npm and run a clean `npm ci` rather than
187187 # caching a built node_modules.
188188 - name : Cache npm dependencies
189- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
189+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
190190 with :
191191 path : ~/.npm
192192 key : ${{ runner.os }}-npm-${{ hashFiles('client/package-lock.json') }}
@@ -195,7 +195,7 @@ jobs:
195195
196196 - name : Cache Playwright browsers
197197 id : playwright-cache
198- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
198+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
199199 with :
200200 path : ~/.cache/ms-playwright
201201 key : ${{ runner.os }}-playwright-${{ hashFiles('client/package-lock.json') }}
@@ -359,7 +359,7 @@ jobs:
359359
360360 # See the build job: cache ~/.npm and run a clean `npm ci`.
361361 - name : Cache npm dependencies
362- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
362+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
363363 with :
364364 path : ~/.npm
365365 key : ${{ runner.os }}-npm-${{ hashFiles('client/package-lock.json') }}
0 commit comments