We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f41ed6 + 0600377 commit 88fb160Copy full SHA for 88fb160
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
16
- name: Set up JDK ${{ matrix.java }}
17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v5
18
with:
19
java-version: ${{ matrix.java }}
20
distribution: "adopt"
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Set up JDK 16
21
java-version: 11
22
0 commit comments