Skip to content

Commit

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

Bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
westonruter committed Mar 14, 2024
2 parents a918f26 + 8ca9caa commit 6b33c66
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 @@ -171,7 +171,7 @@ jobs:
uses: ./.github/actions/setup-node-npm

- name: Setup Jest cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.1
with:
path: ~/.jest-cache
key: ${{ runner.os }}-jest
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
uses: ./.github/actions/plugin-build

- name: Setup Jest cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.1
with:
path: ~/.jest-cache
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}
Expand Down

0 comments on commit 6b33c66

Please sign in to comment.