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 b5aafc5 commit 28eeb9fCopy full SHA for 28eeb9f
.github/workflows/javadoc.yaml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
fetch-depth: 0
33
- name: "Switch branch"
34
- run: git checkout "${{ github.event.inputs.branch || 'rel/5.24.0' }}"
+ run: git checkout "${{ github.event.inputs.branch || 'rel/5.23.0' }}"
35
36
- name: "Set up JDK 17"
37
uses: actions/setup-java@v4
0 commit comments