From 6ff7738ebca9bef63dfac48cd7ea540ed94233c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 23:02:38 +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/scala-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala-ci.yml b/.github/workflows/scala-ci.yml index 74e9756..8264395 100644 --- a/.github/workflows/scala-ci.yml +++ b/.github/workflows/scala-ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Coursier cache - uses: coursier/cache-action@v6.4 + uses: coursier/cache-action@v7.0 - name: Cache sbt uses: actions/cache@v4