Skip to content

Commit 7d12cd8

Browse files
chore(deps): update actions/cache action to v6 (#1524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b65e6c1 commit 7d12cd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Dependencies
102102
run: yarn
103103
- name: Cache Vitest
104-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
104+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
105105
with:
106106
path: node_modules/.vite
107107
key: ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-vitest-${{hashFiles('yarn.lock')}}

0 commit comments

Comments
 (0)