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 cd9e025 commit 5b0035eCopy full SHA for 5b0035e
.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.5.0
+ uses: actions/setup-java@v4.6.0
23
with:
24
distribution: zulu
25
java-version-file: config/.java-version
0 commit comments