This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
The following commit(s) were added to refs/heads/master by this push:
new 47870ab7 Bump sbt/setup-sbt from 1.1.20 to 1.1.22 (#254)
47870ab7 is described below
commit 47870ab786fb142c512e6a82c7f6c6667ac7adac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 19:57:10 2026 +0800
Bump sbt/setup-sbt from 1.1.20 to 1.1.22 (#254)
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 813564e3..6ef698b5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
java-version: ${{ matrix.java }}
cache: sbt
- name: Install sbt
- uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
+ uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- name: Build
run: |
make SCALA_VERSION=${{ matrix.scala }} clean release