We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f6e20 commit e0e0299Copy full SHA for e0e0299
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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 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