@@ -197,7 +197,7 @@ jobs:
197197 -name :Build packages
198198run :npm run build --workspace @puppeteer-test/test
199199 -name :Setup cache for browsers
200- uses :actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
200+ uses :actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
201201with :
202202path :~/.cache/puppeteer/
203203key :Browsers-${{ runner.os }}-${{ hashFiles('packages/puppeteer-core/src/revisions.ts') }}-${{ hashFiles('packages/puppeteer/src/node/install.ts') }}
@@ -282,7 +282,7 @@ jobs:
282282 -name :Build packages
283283run :npm run build --workspace @puppeteer-test/test
284284 -name :Setup cache for browsers
285- uses :actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
285+ uses :actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
286286with :
287287path :~/.cache/puppeteer/
288288key :Browsers-${{ runner.os }}-${{ hashFiles('packages/puppeteer-core/src/revisions.ts') }}-${{ hashFiles('packages/puppeteer/src/node/install.ts') }}
@@ -352,7 +352,7 @@ jobs:
352352# Set up GitHub Actions caching for Wireit.
353353 -uses :google/wireit@eea3c9f0385a39e6eb4ff6a6daa273311381d436 # setup-github-actions-caching/v2.0.2
354354 -name :Setup cache for browsers
355- uses :actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
355+ uses :actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
356356with :
357357path :~/.cache/puppeteer/
358358key :Browsers-${{ runner.os }}-${{ hashFiles('packages/puppeteer-core/src/revisions.ts') }}-${{ hashFiles('packages/puppeteer/src/node/install.ts') }}
@@ -538,7 +538,7 @@ jobs:
538538env :
539539PUPPETEER_SKIP_DOWNLOAD :true
540540 -name :Setup cache for browsers
541- uses :actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
541+ uses :actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
542542with :
543543path :packages/browsers/test/.cache/server
544544key :TestBrowsers-${{ runner.os }}-${{ hashFiles('packages/browsers/test/src/versions.ts') }}-${{ hashFiles('packages/browsers/tools/downloadTestBrowsers.mjs') }}