We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9c547 commit 72a844bCopy full SHA for 72a844b
.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Use GraphQL v${{matrix.graphql_version}}
54
run: node ./scripts/match-graphql.js ${{matrix.graphql_version}} && yarn install --no-frozen-lockfile
55
- name: Cache Jest
56
- uses: actions/cache@v3
+ uses: actions/cache@v4
57
with:
58
path: .cache/jest
59
key: ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }}
0 commit comments