From aa400855d966115a5a66c12bf1bf26ea4d0d25e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:45:51 +0000 Subject: [PATCH] Bump coursier/cache-action from 8.0 to 8.1 Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 8.0 to 8.1. - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v8.0...v8.1) --- updated-dependencies: - dependency-name: coursier/cache-action dependency-version: '8.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee0fac3..ec3b387 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: coursier/cache-action@v8.0 + - uses: coursier/cache-action@v8.1 - uses: coursier/setup-action@v2.0 with: jvm: 8 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index df5f8af..ec35b57 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --prune origin main - - uses: coursier/cache-action@v8.0 + - uses: coursier/cache-action@v8.1 - uses: coursier/setup-action@v2.0 with: jvm: 8