From 77081586fbf6533bee3528b30b6113a028b50031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:02:28 +0000 Subject: [PATCH] Bump coursier/cache-action from 6 to 7 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 7. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6...v7) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fa1fcde..6b65fb20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: # https://docs.mergify.com/actions/queue/ ref: ${{ github.event.pull_request.head.sha }} - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v7 - uses: olafurpg/setup-scala@v14 with: java-version: openjdk@1.17