From 8f6824cebe0175a858d104df5efd232b29c93c6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:28:16 +0000 Subject: [PATCH] chore(deps): update coursier/cache-action action to v8 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2d38bb..5a7337e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: java-version: 17 check-latest: true - name: Cache Scala dependencies - uses: coursier/cache-action@v7 + uses: coursier/cache-action@v8 - name: Check code formatting run: ./sbt check @@ -45,7 +45,7 @@ jobs: java-version: 17 check-latest: true - name: Cache Scala dependencies - uses: coursier/cache-action@v7 + uses: coursier/cache-action@v8 - name: Run tests run: ./sbt ++${{ matrix.scala }} test @@ -62,7 +62,7 @@ jobs: java-version: 17 check-latest: true - name: Cache scala dependencies - uses: coursier/cache-action@v7 + uses: coursier/cache-action@v8 - name: Check that building packages works run: ./sbt +publishLocal diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5844133..01b5f6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: java-version: 17 check-latest: true - name: Cache Scala dependencies - uses: coursier/cache-action@v7 + uses: coursier/cache-action@v8 - name: Release artifacts run: ./sbt ci-release env: