From 016f83b3390207592e194bc4f5d0a36ecf18607a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 21:27:38 +0000 Subject: [PATCH] Update sbt/setup-sbt action to v1.1.8 --- .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 5bccf200..583ee773 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@26ab4b0fa1c47fa62fc1f6e51823a658fb6c760c # v1.1.7 + - uses: sbt/setup-sbt@69a46ab4acd4316aa16e68d91a9249a98d7e78d5 # v1.1.8 - name: 'Build all samples using JShell' run: java src/Builder.java - name: 'Check automation for updating versions'