We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5562386 commit 2ed1167Copy full SHA for 2ed1167
1 file changed
.github/workflows/main.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Install Dependencies
102
run: yarn
103
- name: Cache Jest
104
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
105
with:
106
path: .cache/jest
107
key: ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-jest-${{hashFiles('yarn.lock')}}
0 commit comments