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 618dd02 commit 3140a92Copy full SHA for 3140a92
.github/workflows/main.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Install Dependencies
102
run: yarn
103
- name: Cache Jest
104
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
105
with:
106
path: .cache/jest
107
key: ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-jest-${{hashFiles('yarn.lock')}}
0 commit comments