Skip to content

Commit 9cb6eaa

Browse files
Update sbt/setup-sbt action to v1.1.11 (#4680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b622cea commit 9cb6eaa

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
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
java-version: 24
9292
distribution: temurin
93-
- uses: sbt/setup-sbt@a9d38be6cfa0c7bfb8be93b4cc4e1edaa6351728 # v1.1.10
93+
- uses: sbt/setup-sbt@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
9494
- name: Update JUnit dependencies in examples
9595
run: java src/Updater.java ${{ inputs.releaseVersion }}
9696
working-directory: junit-examples
@@ -249,7 +249,7 @@ jobs:
249249
with:
250250
java-version: 24
251251
distribution: temurin
252-
- uses: sbt/setup-sbt@a9d38be6cfa0c7bfb8be93b4cc4e1edaa6351728 # v1.1.10
252+
- uses: sbt/setup-sbt@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
253253
- name: Update JUnit dependencies in examples
254254
run: java src/Updater.java ${{ inputs.releaseVersion }}
255255
- name: Build examples

0 commit comments

Comments
 (0)