Skip to content

Commit cced056

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

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.5.0
22+
uses: actions/setup-java@v4.6.0
2323
with:
2424
distribution: zulu
2525
java-version-file: config/.java-version

0 commit comments

Comments
 (0)