We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acc655 commit 5ac4416Copy full SHA for 5ac4416
1 file changed
.github/workflows/build-test.yml
@@ -14,10 +14,11 @@ jobs:
14
15
steps:
16
- name: Checkout Repository
17
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
18
- name: Set up JDK 11
19
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v3
20
with:
21
+ distribution: 'temurin'
22
java-version: 11
23
- name: Build & Test
24
run: mvn clean package
0 commit comments