From 438f8f2b38e08cfd77330ee1505bbb8495a392eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:13:23 +0000 Subject: [PATCH] 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 b9372d7..ead7095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: java-version: 11 - name: Cache sbt - uses: actions/cache@v2 + uses: actions/cache@v6 with: path: | ~/.sbt @@ -85,7 +85,7 @@ jobs: java-version: 11 - name: Cache sbt - uses: actions/cache@v2 + uses: actions/cache@v6 with: path: | ~/.sbt