Skip to content

Commit

Permalink
Upgrade setup-java to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkekeberg committed Jan 31, 2024
1 parent f578871 commit 59645a5
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@v3.9.0
uses: actions/setup-java@v4.0.0
with:
distribution: ${{ inputs.distribution }}
overwrite-settings: ${{ inputs.overwrite-settings }}
Expand Down

0 comments on commit 59645a5

Please sign in to comment.