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 678cb4d commit 019f0e1Copy full SHA for 019f0e1
.github/workflows/cd.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
fetch-depth: 1
15
- name: Set up JDK
16
- uses: actions/setup-java@v2.5.0
+ uses: actions/setup-java@v3
17
18
distribution: 'zulu'
19
java-version: 8
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
20
21
22
23
24
java-version: ${{ matrix.java }}
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
0 commit comments