Skip to content

Commit 38a8e99

Browse files
authored
Merge pull request #7725 from ampproject/dependabot/github_actions/actions/cache-4.0.0
Bump actions/cache from 3.3.2 to 4.0.0
2 parents 2ebb8f8 + 6e58d70 commit 38a8e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-measure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
uses: ./.github/actions/setup-node-npm
172172

173173
- name: Setup Jest cache
174-
uses: actions/cache@v3.3.2
174+
uses: actions/cache@v4.0.0
175175
with:
176176
path: ~/.jest-cache
177177
key: ${{ runner.os }}-jest
@@ -218,7 +218,7 @@ jobs:
218218
uses: ./.github/actions/plugin-build
219219

220220
- name: Setup Jest cache
221-
uses: actions/cache@v3.3.2
221+
uses: actions/cache@v4.0.0
222222
with:
223223
path: ~/.jest-cache
224224
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}

0 commit comments

Comments
 (0)