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 301c744 commit c74d848Copy full SHA for c74d848
.github/workflows/master-snapshot-release.yml
@@ -18,7 +18,7 @@ jobs:
18
restore-keys: |
19
${{ runner.os }}-maven-
20
- name: Set up Java and Maven
21
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2.1.0
22
with:
23
java-version: ${{ matrix.java }}
24
- name: Run unit tests
0 commit comments