Skip to content

Commit 3acc655

Browse files
authored
updated versions
1 parent 3467c83 commit 3acc655

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

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

1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v3
1717
- name: Set up JDK 11
18-
uses: actions/setup-java@v1
18+
uses: actions/setup-java@v3
1919
with:
20+
distribution: 'temurin'
2021
java-version: 11
2122
- name: Build
2223
run: mvn clean package -DskipTests

0 commit comments

Comments
 (0)