Skip to content

Commit 5ac4416

Browse files
authored
updated versions
1 parent 3acc655 commit 5ac4416

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Repository
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v3
1818
- name: Set up JDK 11
19-
uses: actions/setup-java@v1
19+
uses: actions/setup-java@v3
2020
with:
21+
distribution: 'temurin'
2122
java-version: 11
2223
- name: Build & Test
2324
run: mvn clean package

0 commit comments

Comments
 (0)