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 8664e60 commit 5e68715Copy full SHA for 5e68715
.github/workflows/docs-pages.yaml
@@ -31,10 +31,10 @@ jobs:
31
with:
32
python-version: '3.10'
33
34
- - name: Set up JDK 1.8
+ - name: Set up JDK 8.0
35
uses: actions/setup-java@v4
36
37
- java-version: 1.8
+ java-version: 8.0
38
distribution: 'adopt'
39
40
- name: Set up env
.github/workflows/docs-pr.yaml
@@ -28,10 +28,10 @@ jobs:
28
29
30
0 commit comments