Skip to content

Commit ca023fd

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update sbt/setup-sbt action to v1.1.12
1 parent 400779c commit ca023fd

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@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
93+
- uses: sbt/setup-sbt@f20dc1bc1f8be605c44ffbcec6f17f708a4af9d1 # v1.1.12
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@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
252+
- uses: sbt/setup-sbt@f20dc1bc1f8be605c44ffbcec6f17f708a4af9d1 # v1.1.12
253253
- name: Update JUnit dependencies in examples
254254
run: java src/Updater.java ${{ inputs.releaseVersion }}
255255
- name: Build examples

0 commit comments

Comments
 (0)