Skip to content

Commit 09012e6

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update sbt/setup-sbt action to v1.1.13
1 parent 131805f commit 09012e6

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
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
java-version: 24
9696
distribution: temurin
97-
- uses: sbt/setup-sbt@f20dc1bc1f8be605c44ffbcec6f17f708a4af9d1 # v1.1.12
97+
- uses: sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1.1.13
9898
- name: Update JUnit dependencies in examples
9999
run: java src/Updater.java ${RELEASE_VERSION}
100100
working-directory: junit-examples
@@ -231,7 +231,7 @@ jobs:
231231
with:
232232
java-version: 24
233233
distribution: temurin
234-
- uses: sbt/setup-sbt@f20dc1bc1f8be605c44ffbcec6f17f708a4af9d1 # v1.1.12
234+
- uses: sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1.1.13
235235
- name: Update JUnit dependencies in examples
236236
run: java src/Updater.java ${RELEASE_VERSION}
237237
- name: Build examples

0 commit comments

Comments
 (0)