From b7d8aefc175c1cd070cc32791f226732ae683bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 12:23:35 +0000 Subject: [PATCH] Update sbt/setup-sbt action to v1.1.6 --- .github/workflows/build-all-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all-samples.yml b/.github/workflows/build-all-samples.yml index 8d245b40..ceb7ed5b 100644 --- a/.github/workflows/build-all-samples.yml +++ b/.github/workflows/build-all-samples.yml @@ -18,7 +18,7 @@ jobs: with: java-version: 21 distribution: temurin - - uses: sbt/setup-sbt@96cf3f09dc501acdad7807fffe97dba9fa0709be # v1.1.5 + - uses: sbt/setup-sbt@8ee7ec888f2a1af33ba66f994c4fb05aaf23e7d0 # v1.1.6 - name: 'Build all samples using JShell' run: java src/Builder.java - name: 'Check automation for updating versions'