From d255dd933da7c3891fe2a53e3a694bf3cac617f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 17:10:59 +0000 Subject: [PATCH] build(deps): 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c984a5974..33dbafdd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: java-version: '17' github-token: ${{ secrets.GITHUB_TOKEN }} - uses: sbt/setup-sbt@v1 - - uses: coursier/cache-action@v7 + - uses: coursier/cache-action@v8 - name: Tests run: sbt "sbtBloop/publishLocal; sbtBloop/scripted" shell: bash @@ -87,7 +87,7 @@ jobs: version: ${{ matrix.jdk }} java-version: '17' if: matrix.jdk == '22.3.0' - - uses: coursier/cache-action@v7 + - uses: coursier/cache-action@v8 - uses: coursier/setup-action@v2 - uses: sbt/setup-sbt@v1 - uses: actions/setup-node@v6