From bd62da8d3d88fb1e40f9e88ed27e604f9b283f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:02:40 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37837c5..f7c5135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 submodules: true - - uses: coursier/cache-action@v7 + - uses: coursier/cache-action@v8 - uses: coursier/setup-action@v2.0 with: jvm: 21 @@ -39,7 +39,7 @@ jobs: with: fetch-depth: 0 submodules: true - - uses: coursier/cache-action@v7 + - uses: coursier/cache-action@v8 - uses: coursier/setup-action@v2.0 with: jvm: 21 @@ -54,7 +54,7 @@ jobs: with: fetch-depth: 0 submodules: true - - uses: coursier/cache-action@v7 + - uses: coursier/cache-action@v8 - uses: coursier/setup-action@v2.0 with: jvm: 21