From 62a6a15e2842137320a26935da358155effc9418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:47:10 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2. - [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.0.2...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scala.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index c1504d7..d4def3b 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -13,12 +13,12 @@ jobs: with: java-version: 1.8 - name: Cache Coursier - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/.cache/coursier key: sbt-coursier-cache - name: Cache SBT - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/.sbt key: sbt-${{ hashFiles('**/build.sbt') }}