From b96f4c6bc90aa8f6333e74a595f9f93bd95a63e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:42:32 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46dbb005..ad098a42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: with: node-version: 18 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.pnpm-store @@ -50,7 +50,7 @@ jobs: pnpm-and-pip-cache- - name: Cache datasets - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/data @@ -107,7 +107,7 @@ jobs: with: node-version: 18 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.pnpm-store