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 f28e5f3 commit 55b0c1cCopy full SHA for 55b0c1c
.github/workflows/maven.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Setup Java
19
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2
20
with:
21
java-version: 8.0.x
22
- name: Verify Format and License
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
java-version: ${{ matrix.java }}
37
- name: Cache local Maven repository
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
java-version: 11.0.x
82
0 commit comments