From 896df7684f2d1d3b4df980fc830630f90f88efed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:18:52 +0000 Subject: [PATCH] Bump coursier/cache-action from 6.4 to 8.0 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.4 to 8.0. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6.4...v8.0) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '8.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..7a9177e 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@v8.0 - name: Cache sbt uses: actions/cache@v4