From d092f67eed03afe0bac5a65961a49765b89fc374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:42:47 +0000 Subject: [PATCH] Bump coursier/cache-action from 6 to 8 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 8. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6...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-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 25a707cf..576c2da6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -51,7 +51,7 @@ jobs: distribution: "temurin" java-version: ${{ matrix.java }} - name: Cache scala dependencies - uses: coursier/cache-action@v6 + uses: coursier/cache-action@v8 - name: Setup Node.js ${{ matrix.node-version }} if: startsWith( matrix.scala, '3.' ) uses: actions/setup-node@v4 @@ -110,7 +110,7 @@ jobs: distribution: "temurin" java-version: ${{ matrix.java }} - name: Cache scala dependencies - uses: coursier/cache-action@v6 + uses: coursier/cache-action@v8 - name: Run JS tests run: | @@ -180,7 +180,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: Cache scala dependencies - # uses: coursier/cache-action@v6 + # uses: coursier/cache-action@v8 # - name: Get OUT cache # uses: actions/cache/restore@v5 @@ -259,7 +259,7 @@ jobs: distribution: temurin - name: Cache scala dependencies - uses: coursier/cache-action@v6 + uses: coursier/cache-action@v8 - name: Install libuv run: sudo apt-get update && sudo apt-get install -y libuv1-dev