From befad542d6694dd666ca2d093b05d95131b721a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:04:07 +0000 Subject: [PATCH] Bump coursier/setup-action from 2.0.2 to 3.0.0 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9...fd1707a76b027efdfb66ca79318b4d29b72e5a02) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c324a9..dfafdbe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 with: extraKey: ${{ runner.os }} - - uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2 + - uses: coursier/setup-action@fd1707a76b027efdfb66ca79318b4d29b72e5a02 # v3.0.0 with: jvm: adopt:1.8 - name: Build, test, and package project on Spark 3.5 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e6da3b2..e298147 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: - uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f # v8.0.0 with: extraKey: ${{ runner.os }} - - uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2 + - uses: coursier/setup-action@fd1707a76b027efdfb66ca79318b4d29b72e5a02 # v3.0.0 with: jvm: adopt:1.8 # uses sbt-github-packages, see build.sbt