From e8bd832eaf43e49effc8423d780b43bfc5f95166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 06:30:13 +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/pre-release-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-release-check.yml b/.github/workflows/pre-release-check.yml index 7ce6c635ef..1bdb2432ec 100644 --- a/.github/workflows/pre-release-check.yml +++ b/.github/workflows/pre-release-check.yml @@ -14,7 +14,7 @@ jobs: export_environment_variables: true create_credentials_file: true - name: cache SBT - uses: coursier/cache-action@v7 + uses: coursier/cache-action@v8 - name: Java setup uses: actions/setup-java@v5 with: