From af887944633fc88b3bfa60fc907df893f4cbac83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:33:03 +0800 Subject: [PATCH] ci(deps): bump actions/cache from 4 to 5 (#466) --- .github/workflows/07-linux-riscv-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/07-linux-riscv-build.yml b/.github/workflows/07-linux-riscv-build.yml index cbf71a0..b0fed6f 100644 --- a/.github/workflows/07-linux-riscv-build.yml +++ b/.github/workflows/07-linux-riscv-build.yml @@ -166,7 +166,7 @@ jobs: shell: bash - name: Cache pip - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: linux-riscv64-${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}