From c2bee4d94909458f17de3ab62205c3d3abd31d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:10:34 +0000 Subject: [PATCH] Update coursier/cache-action action to v8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b467633..8cb840f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: java-version: ${{ matrix.java }} - name: Coursier cache - uses: coursier/cache-action@v7 + uses: coursier/cache-action@v8 - name: sbt ci ${{ github.ref }} run: ./sbt ci