From 2d2ee30647d9b1cda3c6b54ae539904b724ffedc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 00:09:47 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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 1a923c2..3426ca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: node-version: 23 - name: Cache SBT - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.ivy2/cache @@ -34,7 +34,7 @@ jobs: restore-keys: | ${{ runner.os }}-sbt- - name: Cache node - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | examples/client/node_modules