From adbc81120efd021cad4605316fb065cb59ea6fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:04:29 +0000 Subject: [PATCH] chore: 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 | 2 +- .github/workflows/release-sonatype.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3faf95..22b479f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: java-version: 11 distribution: "temurin" - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v8 - id: test name: Test env: diff --git a/.github/workflows/release-sonatype.yml b/.github/workflows/release-sonatype.yml index b443b45..8ffc59d 100644 --- a/.github/workflows/release-sonatype.yml +++ b/.github/workflows/release-sonatype.yml @@ -18,7 +18,7 @@ jobs: with: java-version: 11 distribution: "temurin" - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v8 - id: test name: Test env: