Skip to content

Commit 5fd8caf

Browse files
authoredJan 6, 2025
Merge pull request #7955 from ampproject/dependabot/github_actions/actions/cache-4.2.0
Bump actions/cache from 4.1.2 to 4.2.0
2 parents 6d41964 + 9479986 commit 5fd8caf

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
@@ -173,7 +173,7 @@ jobs:
173173
uses: ./.github/actions/setup-node-npm
174174

175175
- name: Setup Jest cache
176-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
176+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
177177
with:
178178
path: ~/.jest-cache
179179
key: ${{ runner.os }}-jest
@@ -221,7 +221,7 @@ jobs:
221221
uses: ./.github/actions/plugin-build
222222

223223
- name: Setup Jest cache
224-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
224+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
225225
with:
226226
path: ~/.jest-cache
227227
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}

0 commit comments

Comments
 (0)