From e7955434baac24c6bb0bd5612bd3a42cac5ea640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:44:38 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .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..0c70b6d 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@v5 with: path: | ~/.sbt @@ -85,7 +85,7 @@ jobs: java-version: 11 - name: Cache sbt - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: | ~/.sbt