We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd099c commit 4b23126Copy full SHA for 4b23126
1 file changed
.github/workflows/main.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Install Dependencies
102
run: yarn
103
- name: Cache Vitest
104
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
105
with:
106
path: node_modules/.vite
107
key: ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-vitest-${{hashFiles('yarn.lock')}}
0 commit comments