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 a8dee23 commit e664935Copy full SHA for e664935
.github/workflows/tests.yml
@@ -91,7 +91,7 @@ jobs:
91
npx rimraf packages/**/*/node_modules/graphql
92
npx rimraf packages/executor/node_modules/graphql
93
- name: Cache Jest
94
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
95
with:
96
path: .cache/jest
97
key:
0 commit comments