Skip to content

Commit 3569326

Browse files
committed
ci
1 parent 2614178 commit 3569326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
git config user.name github-actions[bot]
1818
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
1919
- name: Setup Java
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v4
2121
with:
2222
java-version: 17
23+
distribution: 'zulu'
2324
- name: Setup Python
2425
uses: actions/setup-python@v5
2526
with:

0 commit comments

Comments
 (0)