From ea7fb3a661f0e590b3a421de80137377e9469e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:42:26 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9e75964..9a0f0925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: sbt/setup-sbt@v1 - name: Cache sbt - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.sbt @@ -62,7 +62,7 @@ jobs: uses: sbt/setup-sbt@v1 - name: Cache sbt - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.sbt diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2b22c61..6c3020da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: uses: sbt/setup-sbt@v1 - name: Cache sbt - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.sbt