Skip to content

Commit

Permalink
Support Java 21 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-kumar-evry authored Dec 3, 2024
1 parent 63952e2 commit 2c182c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
steps:
- name: Setup java
if: ${{ inputs.cache }}
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.5.0
with:
distribution: ${{ inputs.distribution }}
overwrite-settings: ${{ inputs.overwrite-settings }}
Expand Down

0 comments on commit 2c182c3

Please sign in to comment.