Skip to content

Commit 9e90c42

Browse files
build(deps): bump actions/cache in the actions-deps group
Bumps the actions-deps group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 486c20d commit 9e90c42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
node-version: ${{matrix.node-version}}
7272

7373
- name: Cache Jest
74-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
74+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
7575
with:
7676
path: .cache/jest
7777
key: jest-unit-${{ runner.os }}-${{matrix.node-version}}-${{ hashFiles('yarn.lock') }}
@@ -157,7 +157,7 @@ jobs:
157157
node-version: ${{matrix.node-version}}
158158

159159
- name: Cache Jest
160-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
160+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
161161
with:
162162
path: .cache/jest
163163
key:
@@ -224,7 +224,7 @@ jobs:
224224
with:
225225
node-version: ${{matrix.node-version}}
226226
- name: Cache Jest
227-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
227+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
228228
with:
229229
path: .cache/jest
230230
key: jest-e2e-${{ runner.os }}-${{matrix.node-version}}-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)