Skip to content

Commit 057bede

Browse files
authored
chore: Pin Java version used to check formatting (#623)
1 parent 0b6901a commit 057bede

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
- name: cargo fmt
2323
run: cargo fmt --all -- --check
2424

25+
- uses: actions/setup-java@v5
26+
with:
27+
distribution: 'temurin'
28+
java-version: '21'
29+
2530
- name: check Java formatting
2631
uses: axel-op/googlejavaformat-action@v4
2732
with:

0 commit comments

Comments
 (0)