Compare commits

...

1 Commits

Author SHA1 Message Date
Jason f426a68117 chore(deps): bump actions/cache from 4 to 5 in ci.yml
Sync ci.yml with release.yml after dependabot updates.
2026-04-03 08:41:38 +08:00
+2 -2
View File
@@ -35,7 +35,7 @@ jobs:
run: echo "path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
- name: Cache pnpm store
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ steps.pnpm-store.outputs.path }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -77,7 +77,7 @@ jobs:
|| sudo apt-get install -y --no-install-recommends libsoup2.4-dev
- name: Cache Cargo registry and build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
~/.cargo/registry