We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3144028 + 6705278 commit 71f0fdcCopy full SHA for 71f0fdc
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
19
- name: Set up JDK ${{ matrix.java }}
20
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v5
21
with:
22
java-version: ${{ matrix.java }}
23
distribution: "adopt"
.github/workflows/release.yml
- name: Set up JDK 8
java-version: 8
0 commit comments