From ae5f701d75f7103403a49fd2ab150bfb5fe90184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:57:52 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d90d2c8..90ce3a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: java-version: ${{matrix.java}} distribution: adopt - uses: actions/checkout@v6 - - uses: coursier/cache-action@v7 + - uses: coursier/cache-action@v8 - uses: sbt/setup-sbt@v1 - shell: bash run: sbt -v "+ test"