Skip to content

Commit 9479986

Browse files
Bump actions/cache from 4.1.2 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 073c6c8 commit 9479986

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)