Skip to content

Commit 0fced0c

Browse files
committed
update workflow file to use java 17
1 parent 8e55ee8 commit 0fced0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15+
- uses: actions/setup-java@v3
16+
with:
17+
java-version: '17'
18+
distribution: 'temurin'
1519
- uses: axel-op/googlejavaformat-action@v3

0 commit comments

Comments
 (0)