We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef5319 commit f32885cCopy full SHA for f32885c
.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
61
with:
62
path: .cache/jest
63
key: ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }}
0 commit comments