Skip to content

Commit fdd7fb7

Browse files
chore(deps): update actions/setup-java action to v4.3.0 (#3718)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e16196d commit fdd7fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
# Java for code generation
2020
- name: Install Java
2121
if: inputs.type != 'minimal'
22-
uses: actions/setup-java@v4.2.2
22+
uses: actions/setup-java@v4.3.0
2323
with:
2424
distribution: zulu
2525
java-version-file: config/.java-version

0 commit comments

Comments
 (0)