Skip to content

Commit 45ce62f

Browse files
committed
additional fixes
1 parent 71fb021 commit 45ce62f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
fail-fast: false
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up JDK
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v4
2121
with:
22-
java-version: 12
23-
distribution: 'adopt'
22+
java-version: 21
23+
distribution: 'temurin'
2424
- name: Build with Maven
2525
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)