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 8286f4d commit 71f9e42Copy full SHA for 71f9e42
2 files changed
.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@v4
+ uses: actions/setup-java@v5
21
with:
22
java-version: ${{ matrix.java }}
23
distribution: "adopt"
.github/workflows/release.yml
- name: Set up JDK 17
java-version: 17
0 commit comments