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 475e806 commit 4117e2eCopy full SHA for 4117e2e
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: actions/checkout@v2
11
12
- name: Set up JDK 8
13
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2.5.0
14
with:
15
java-version: 8
16
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
${{ runner.os }}-maven-
27
28
- name: Set up Maven Central Repository
29
- uses: actions/setup-java@v2
30
31
java-version: '11'
32
distribution: 'adopt'
0 commit comments