Skip to content

Commit 3200e4e

Browse files
Update sbt/setup-sbt action to v1.5.0 (#5824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c32e9b1 commit 3200e4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
java-version: 25
9999
distribution: temurin
100-
- uses: sbt/setup-sbt@3afe9cf056c5d139bfc46579af1192d77a2f0821 # v1.4.0
100+
- uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0
101101
- name: Update JUnit dependencies in examples
102102
run: java src/Updater.java ${RELEASE_VERSION}
103103
working-directory: junit-examples
@@ -205,7 +205,7 @@ jobs:
205205
with:
206206
java-version: 25
207207
distribution: temurin
208-
- uses: sbt/setup-sbt@3afe9cf056c5d139bfc46579af1192d77a2f0821 # v1.4.0
208+
- uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0
209209
- name: Update JUnit dependencies in examples
210210
run: java src/Updater.java ${RELEASE_VERSION}
211211
- name: Build examples

0 commit comments

Comments
 (0)