Skip to content

Commit

Permalink
Merge pull request #7955 from ampproject/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
westonruter authored Jan 6, 2025
2 parents 6d41964 + 9479986 commit 5fd8caf
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@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
with:
path: ~/.jest-cache
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}
Expand Down

0 comments on commit 5fd8caf

Please sign in to comment.