From e4fe2763cd4dcfe88ed7217ef9f9ff6542bd2c35 Mon Sep 17 00:00:00 2001 From: Jason Young <44939412+farion1231@users.noreply.github.com> Date: Fri, 3 Apr 2026 16:24:55 +0800 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 in ci.yml (#1860) Sync ci.yml with release.yml after dependabot updates. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 546ed2539..f7a4f9a9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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