Skip to content

Commit 7745714

Browse files
authored
Fix Java 1.8 to 8.0 (#408)
1 parent fb10205 commit 7745714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.10'
32-
- name: Set up JDK 1.8
32+
- name: Set up JDK 8.0
3333
uses: actions/setup-java@v4
3434
with:
3535
java-version: '8'

.github/workflows/docs-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: '3.10'
3030

31-
- name: Set up JDK 1.8
31+
- name: Set up JDK 8.0
3232
uses: actions/setup-java@v4
3333
with:
3434
java-version: '8'

0 commit comments

Comments
 (0)