Skip to content

Commit 47c654e

Browse files
chore(deps): update actions/cache action to v4 (#10082)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3257dd7 commit 47c654e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Install Dependencies
133133
run: yarn
134134
- name: Cache Jest
135-
uses: actions/cache@v3
135+
uses: actions/cache@v4
136136
with:
137137
path: .cache/jest
138138
key: ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-jest-${{hashFiles('yarn.lock')}}

0 commit comments

Comments
 (0)