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