Skip to content

Commit 0508774

Browse files
authored
Update Github Actions to JDK17
Use JDK17 with a proper distribution.
1 parent f7e1974 commit 0508774

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/spring-batch-excel.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout source code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
- name: Set up JDK 17
16-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v4
1717
with:
18+
distribution: 'temurin'
1819
java-version: 17
1920
- name: Build with Maven
2021
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)