We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65e6c1 commit 7d12cd8Copy full SHA for 7d12cd8
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@caa296126883cff596d87d8935842f9db880ef25 # v5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
105
with:
106
path: node_modules/.vite
107
key: ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-vitest-${{hashFiles('yarn.lock')}}
0 commit comments