From edc0c3343e1f0fe7680ba074d10a9e48d3f41119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:20:38 +0000 Subject: [PATCH] Bump coursier/setup-action from 2.0 to 3.0 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 2.0 to 3.0. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/v2.0...v3.0) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... 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 ec3b387..bc07393 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: coursier/cache-action@v8.1 - - uses: coursier/setup-action@v2.0 + - uses: coursier/setup-action@v3.0 with: jvm: 8 apps: sbt diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ec35b57..655c9a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v6 - run: git fetch --prune origin main - uses: coursier/cache-action@v8.1 - - uses: coursier/setup-action@v2.0 + - uses: coursier/setup-action@v3.0 with: jvm: 8 apps: "sbt"