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 8c67e8b commit 0cb4063Copy full SHA for 0cb4063
.github/actions/setup/action.yml
@@ -19,7 +19,7 @@ runs:
19
# Java for code generation
20
- name: Install Java
21
if: inputs.type != 'minimal'
22
- uses: actions/setup-java@v4.4.0
+ uses: actions/setup-java@v4.5.0
23
with:
24
distribution: zulu
25
java-version-file: config/.java-version
0 commit comments