From 8985945ec047295cb92f4473668cdb3da29986c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 00:25:07 +0000 Subject: [PATCH] Update sbt/setup-sbt action to v1.2.1 --- .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 f01c11a22cbb..421eca0e2302 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@4ed7b7ec4bfa2074fe48554c09e341267397247c # v1.2.0 + - uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1 - 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@4ed7b7ec4bfa2074fe48554c09e341267397247c # v1.2.0 + - uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1 - name: Update JUnit dependencies in examples run: java src/Updater.java ${RELEASE_VERSION} - name: Build examples