From a756b6043d3c0256e59a60509dba1a35b5c603fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 10:09:43 +0000 Subject: [PATCH] Update sbt/setup-sbt action to v1.1.9 --- .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 583ee773..5db91124 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@69a46ab4acd4316aa16e68d91a9249a98d7e78d5 # v1.1.8 + - uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9 - name: 'Build all samples using JShell' run: java src/Builder.java - name: 'Check automation for updating versions'