Skip to content

Commit ded2dfe

Browse files
committed
fix: java version
1 parent d543d70 commit ded2dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
with:
3131
python-version: '3.10'
3232
- name: Set up JDK 1.8
33-
uses: actions/setup-java@v1
33+
uses: actions/setup-java@v4
3434
with:
3535
java-version: 1.8
36+
distribution: 'adopt'
3637
- name: Set up env
3738
run: make -C docs setupenv
3839
- name: Build redirects

0 commit comments

Comments
 (0)