From c74ac951c5940ec2a96da52dd71c008bebf636b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:39:35 +0000 Subject: [PATCH] Bump coursier/cache-action from 6 to 8 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 8. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6...v8) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 4cde4fe..30e5ce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: distribution: 'temurin' java-version: 17 cache: 'sbt' - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v8 - name: sbt scalafmtCheckAll; scalafixAll --check run: sbt 'scalafmtCheckAll; scalafixAll --check' build-test: @@ -32,6 +32,6 @@ jobs: distribution: ${{ matrix.java-distribution }} java-version: ${{ matrix.java-version }} cache: 'sbt' - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v8 - name: Test run: sbt scalafmtSbtCheck scalafmtCheckAll test