Skip to content

Commit e1b351c

Browse files
authored
Merge pull request #8140 from ampproject/dependabot/github_actions/actions/cache-5
2 parents 953a91a + 81e3301 commit e1b351c

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

175175
- name: Setup Jest cache
176-
uses: actions/cache@v4
176+
uses: actions/cache@v5
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@v4
224+
uses: actions/cache@v5
225225
with:
226226
path: ~/.jest-cache
227227
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}

0 commit comments

Comments
 (0)