Skip to content

Commit 72a844b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Use GraphQL v${{matrix.graphql_version}}
5454
run: node ./scripts/match-graphql.js ${{matrix.graphql_version}} && yarn install --no-frozen-lockfile
5555
- name: Cache Jest
56-
uses: actions/cache@v3
56+
uses: actions/cache@v4
5757
with:
5858
path: .cache/jest
5959
key: ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)