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 1ca2c20 commit 4c1705bCopy full SHA for 4c1705b
.github/workflows/build_docs.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
- name: Set up JDK
23
# see https://github.com/actions/setup-java
24
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
25
with:
26
java-version: '21'
27
distribution: 'zulu'
.github/workflows/test_java.yml
@@ -23,7 +23,7 @@ jobs:
28
java-version: '8'
29
0 commit comments