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 2a28ba5 commit 94e663fCopy full SHA for 94e663f
.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