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 2614178 commit 3569326Copy full SHA for 3569326
.github/workflows/docs.yaml
@@ -17,9 +17,10 @@ jobs:
17
git config user.name github-actions[bot]
18
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
19
- name: Setup Java
20
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
21
with:
22
java-version: 17
23
+ distribution: 'zulu'
24
- name: Setup Python
25
uses: actions/setup-python@v5
26
0 commit comments