From f2c325962ddc924e2ad0376d18a9f144582ec158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:03:38 +0000 Subject: [PATCH] chore(deps): 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 84a5359..2aba9e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: bleep-build/bleep-setup-action@0.0.2 - - uses: coursier/cache-action@v7 + - uses: coursier/cache-action@v8 with: extraFiles: bleep.yaml - name: Compile