From 9102b0ab81bee76e18b9bf2210fdf31646ed2204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 06:09:57 +0000 Subject: [PATCH] Bump coursier/cache-action from 6 to 7 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6 to 7. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6...v7) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '7' 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 ee8a930c..79cd1e9d 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@v7 - 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@v7 - 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@v7 # - name: Get OUT cache # uses: actions/cache/restore@v4 @@ -259,7 +259,7 @@ jobs: distribution: temurin - name: Cache scala dependencies - uses: coursier/cache-action@v6 + uses: coursier/cache-action@v7 - name: Install libuv run: sudo apt-get update && sudo apt-get install -y libuv1-dev