From 8eb7b0f90daa57c184fafaf39ceaebbc01f6244f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:05:28 +0000 Subject: [PATCH] Bump coursier/cache-action from 6.4 to 7.0 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4 to 7.0. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6.4...v7.0) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '7.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2764457..e0e7e6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: coursier/cache-action@v6.4 + - uses: coursier/cache-action@v7.0 - uses: coursier/setup-action@v1.3 with: jvm: 8 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56d5ca2..e85b047 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: git fetch --prune origin main - - uses: coursier/cache-action@v6.4 + - uses: coursier/cache-action@v7.0 - uses: coursier/setup-action@v1.3 with: jvm: 8