From f892141f4ab1e8430e3dc2da58910d34adb9c89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:03:51 +0000 Subject: [PATCH] Bump coursier/cache-action from 6 to 7 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 7. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6...v7) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ScalaCI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ScalaCI.yml b/.github/workflows/ScalaCI.yml index afaa1b7..53c9b5b 100644 --- a/.github/workflows/ScalaCI.yml +++ b/.github/workflows/ScalaCI.yml @@ -21,7 +21,7 @@ jobs: java-version: 17 cache: sbt - uses: sbt/setup-sbt@v1 - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v7 - name: Build run: sbt compile @@ -36,7 +36,7 @@ jobs: java-version: 17 cache: sbt - uses: sbt/setup-sbt@v1 - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v7 - name: Check Style run: sbt check @@ -51,7 +51,7 @@ jobs: java-version: 17 cache: sbt - uses: sbt/setup-sbt@v1 - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v7 - name: Test run: sbt test @@ -66,7 +66,7 @@ jobs: java-version: 17 cache: sbt - uses: sbt/setup-sbt@v1 - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v7 # - name: Check Binary Compatibility # run: sbt runPluginVerifier