From 32cdcea7d13369372ae3b826a2f1174a60b4adf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:42:28 +0000 Subject: [PATCH] Bump coursier/setup-action from 3.0.0 to 3.0.1 Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/coursier/setup-action/releases) - [Commits](https://github.com/coursier/setup-action/compare/fd1707a76b027efdfb66ca79318b4d29b72e5a02...63a23764316528a1b627103472030d5a16fc6133) --- updated-dependencies: - dependency-name: coursier/setup-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 de1a373..8474075 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 with: extraKey: ${{ runner.os }} - - uses: coursier/setup-action@fd1707a76b027efdfb66ca79318b4d29b72e5a02 # v3.0.0 + - uses: coursier/setup-action@63a23764316528a1b627103472030d5a16fc6133 # v3.0.1 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 63c3a73..32bec8e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: - uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # v8.1.1 with: extraKey: ${{ runner.os }} - - uses: coursier/setup-action@fd1707a76b027efdfb66ca79318b4d29b72e5a02 # v3.0.0 + - uses: coursier/setup-action@63a23764316528a1b627103472030d5a16fc6133 # v3.0.1 with: jvm: adopt:1.8 # uses sbt-github-packages, see build.sbt