Skip to content

Commit f0fdbeb

Browse files
authored
use Temurin JDK in GitHub Actions (#320)
Signed-off-by: sullis <[email protected]>
1 parent 1f555a5 commit f0fdbeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mvntest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Set up JDK 11
12-
uses: actions/setup-java@v2
12+
uses: actions/setup-java@v4
1313
with:
1414
java-version: '11'
15-
distribution: 'adopt'
15+
distribution: 'temurin'
1616
- name: Build with Maven
1717
run: mvn --batch-mode --update-snapshots verify

0 commit comments

Comments
 (0)