From fc0954d85e0afb83063fd71af7ba3b03caa7ac0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 01:57:13 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .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..405d381a 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@v6 with: path: | ~/.pnpm-store @@ -50,7 +50,7 @@ jobs: pnpm-and-pip-cache- - name: Cache datasets - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/data @@ -107,7 +107,7 @@ jobs: with: node-version: 18 - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.pnpm-store