From aa5ba2f6d09bf1f9cb57bb553de8711158f8fd19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:56:09 +0000 Subject: [PATCH] Update coursier/cache-action action to v7 --- .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 dfc8c22..7392c42 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@v6 + uses: coursier/cache-action@v7 - name: sbt ci ${{ github.ref }} run: ./sbt ci