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 ab09218 commit 3a3d4a4Copy full SHA for 3a3d4a4
.github/workflows/tests.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Install Dependencies using pnpm
63
run: pnpm install --no-frozen-lockfile && git checkout pnpm-lock.yaml
64
- name: Cache Jest
65
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
66
with:
67
path: .cache/jest
68
key:
0 commit comments