Skip to content

Commit c848b0a

Browse files
Update sbt/setup-sbt action to v1.1.21 (#5543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07ef5e7 commit c848b0a

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
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
java-version: 25
9595
distribution: temurin
96-
- uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
96+
- uses: sbt/setup-sbt@efad9461479a6e19d0b4aa72d2e1188c5fc04e48 # v1.1.21
9797
- name: Update JUnit dependencies in examples
9898
run: java src/Updater.java ${RELEASE_VERSION}
9999
working-directory: junit-examples
@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
java-version: 25
208208
distribution: temurin
209-
- uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20
209+
- uses: sbt/setup-sbt@efad9461479a6e19d0b4aa72d2e1188c5fc04e48 # v1.1.21
210210
- name: Update JUnit dependencies in examples
211211
run: java src/Updater.java ${RELEASE_VERSION}
212212
- name: Build examples

0 commit comments

Comments
 (0)