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 f8b2f63 commit 672a0e9Copy full SHA for 672a0e9
.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