From 1bb1cb3511b68ecac666eb81d1ba1e2954331f24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 08:38:28 +0800 Subject: [PATCH] chore(deps): update actions/cache action to v5 (#5801) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/autobuild.yml | 6 +++--- .github/workflows/dev.yml | 2 +- .github/workflows/frontend-check.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index b9d0db591..aa983dc65 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -191,7 +191,7 @@ jobs: cache: "pnpm" - name: Pnpm Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ matrix.os }}-${{ matrix.target }}" @@ -287,7 +287,7 @@ jobs: cache: "pnpm" - name: Pnpm Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ matrix.os }}-${{ matrix.target }}" @@ -437,7 +437,7 @@ jobs: cache: "pnpm" - name: Pnpm Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ matrix.os }}-${{ matrix.target }}" diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 5675d3c6e..56fc89459 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -107,7 +107,7 @@ jobs: cache: "pnpm" - name: Pnpm Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ matrix.os }}-${{ matrix.target }}" diff --git a/.github/workflows/frontend-check.yml b/.github/workflows/frontend-check.yml index 69e10cac7..4649ce87d 100644 --- a/.github/workflows/frontend-check.yml +++ b/.github/workflows/frontend-check.yml @@ -52,7 +52,7 @@ jobs: - name: Restore pnpm cache if: steps.check_frontend.outputs.frontend == 'true' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: "pnpm-shared-stable-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}"