Skip to content

Commit 88a6d64

Browse files
committed
Fix sbt distribution in CI.
1 parent ae1a0c7 commit 88a6d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git push --set-upstream origin release/$VERSION
4343
4444
- name: Setup JDK and sbt
45-
uses: actions/setup-java@v4
45+
uses: actions/setup-java@v4.2.2
4646
with:
4747
distribution: temurin
4848
java-version: 8

0 commit comments

Comments
 (0)