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 ad1c323 commit 02bef12Copy full SHA for 02bef12
.github/workflows/tests.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Use GraphQL v${{matrix.graphql_version}}
58
run: node ./scripts/match-graphql.js ${{matrix.graphql_version}} && yarn install --no-frozen-lockfile
59
- name: Cache Jest
60
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
61
with:
62
path: .cache/jest
63
key: ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }}
0 commit comments