Skip to content

Commit

Permalink
Merge pull request ampproject#7991 from ampproject/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/cache-4.2.2

Bump actions/cache from 4.2.0 to 4.2.2
  • Loading branch information
westonruter authored Mar 2, 2025
2 parents 5d96144 + 1f920c2 commit a9654fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
uses: ./.github/actions/setup-node-npm

- name: Setup Jest cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2
with:
path: ~/.jest-cache
key: ${{ runner.os }}-jest
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
uses: ./.github/actions/plugin-build

- name: Setup Jest cache
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf #v4.2.2
with:
path: ~/.jest-cache
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}
Expand Down

0 comments on commit a9654fe

Please sign in to comment.