Skip to content

Commit 9c266f8

Browse files
author
Dave Wichers
committed
Upgrade github action versions and upgrade Java to v17.
1 parent aaed871 commit 9c266f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
14-
- name: Set up JDK 11
15-
uses: actions/setup-java@v4
14+
- name: Set up JDK 17
15+
uses: actions/setup-java@v5
1616
with:
17-
java-version: '11'
17+
java-version: '17'
1818
distribution: 'zulu'
1919
- name: Run Spotless check
2020
run: mvn spotless:check

0 commit comments

Comments
 (0)