Skip to content

Commit 91a5f71

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update sbt/setup-sbt action to v1.1.9
1 parent 501f442 commit 91a5f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
java-version: 24
9191
distribution: temurin
92-
- uses: sbt/setup-sbt@69a46ab4acd4316aa16e68d91a9249a98d7e78d5 # v1.1.8
92+
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
9393
- name: Update JUnit dependencies in samples
9494
run: java src/Updater.java ${{ inputs.releaseVersion }}
9595
working-directory: junit5-samples
@@ -247,7 +247,7 @@ jobs:
247247
with:
248248
java-version: 24
249249
distribution: temurin
250-
- uses: sbt/setup-sbt@69a46ab4acd4316aa16e68d91a9249a98d7e78d5 # v1.1.8
250+
- uses: sbt/setup-sbt@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
251251
- name: Update JUnit dependencies in samples
252252
run: java src/Updater.java ${{ inputs.releaseVersion }}
253253
- name: Build samples

0 commit comments

Comments
 (0)