Skip to content

Commit

Permalink
[#12] Update actions/setup-java action to v4.6.0
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Dec 18, 2024
1 parent f3f5fec commit 92a72b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup-gradle-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
fetch-depth: ${{ inputs.fetch-depth }}

- name: Set up JDK ${{ inputs.java-version }}
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: ${{ inputs.java-version }}
distribution: ${{ inputs.java-distribution }}
Expand Down

0 comments on commit 92a72b0

Please sign in to comment.