Skip to content

Commit d979b7d

Browse files
authored
chore: update java version for java formatter (#336)
1 parent cd6caed commit d979b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up JDK
4747
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
4848
with:
49-
java-version: 17.x
49+
java-version: 21.x
5050
distribution: temurin
5151
- name: Run formatter
5252
id: formatter

0 commit comments

Comments
 (0)