Merge pull request #186 from multica-ai/dependabot/github_actions/actions/cache-5

chore(deps): Bump actions/cache from 4 to 5
This commit is contained in:
Jiayuan Zhang 2026-02-15 02:40:44 +08:00 committed by GitHub
commit 8c5ff8c6ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ jobs:
run: pnpm install
- name: Restore Turbo cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .turbo
key: turbo-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}-${{ github.sha }}