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.
2 parents 0cdef7b + 94e663f commit 3831e59Copy full SHA for 3831e59
.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/[email protected]
16
- name: Set up JDK 8
17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
18
with:
19
distribution: temurin
20
java-version: 8
.github/workflows/maven.yml
- name: Set up JDK ${{ matrix.java-version }}
distribution: ${{ matrix.distro }}
java-version: ${{ matrix.java-version }}
0 commit comments