From 23b1cba9b3c167c27ecc149ddb0d95a3f418a262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:36:57 +0000 Subject: [PATCH] Update sbt/setup-sbt action to v1.5.0 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fe0906f83d5..e7ffb382e880 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: with: java-version: 25 distribution: temurin - - uses: sbt/setup-sbt@3afe9cf056c5d139bfc46579af1192d77a2f0821 # v1.4.0 + - uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0 - name: Update JUnit dependencies in examples run: java src/Updater.java ${RELEASE_VERSION} working-directory: junit-examples @@ -205,7 +205,7 @@ jobs: with: java-version: 25 distribution: temurin - - uses: sbt/setup-sbt@3afe9cf056c5d139bfc46579af1192d77a2f0821 # v1.4.0 + - uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0 - name: Update JUnit dependencies in examples run: java src/Updater.java ${RELEASE_VERSION} - name: Build examples