Skip to content

Commit 6b33c66

Browse files
authored
Merge pull request #7745 from ampproject/dependabot/github_actions/actions/cache-4.0.1
Bump actions/cache from 4.0.0 to 4.0.1
2 parents a918f26 + 8ca9caa commit 6b33c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build-test-measure.yml

+2-2
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/[email protected].0
174+
uses: actions/[email protected].1
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/[email protected].0
221+
uses: actions/[email protected].1
222222
with:
223223
path: ~/.jest-cache
224224
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}

0 commit comments

Comments
 (0)