We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97798d commit 7868c66Copy full SHA for 7868c66
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
105
with:
106
path: .cache/jest
107
key: ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-jest-${{hashFiles('yarn.lock')}}
0 commit comments