From 1fc5ec45ff8f3c8cea0536835b6fb13131d4f620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:56:49 +0000 Subject: [PATCH] Bump coursier/cache-action from 7 to 8 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 7 to 8. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v7...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 4b6a87d..ac380cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: java-version: "${{ matrix.java }}" distribution: temurin - uses: actions/checkout@v6 - - uses: coursier/cache-action@v7 + - uses: coursier/cache-action@v8 - uses: sbt/setup-sbt@v1 - run: sbt -v test - run: | @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 10 - - uses: coursier/cache-action@v7 + - uses: coursier/cache-action@v8 - uses: sbt/setup-sbt@v1 - run: sbt makeSite - name: Push to gh-pages