Skip to content

Commit

Permalink
Upgrade setupjava
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Sep 19, 2022
1 parent 610c819 commit 5e72682
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.4.1
uses: actions/setup-java@v3.5.0
with:
distribution: ${{ inputs.distribution }}
overwrite-settings: ${{ inputs.overwrite-settings }}
Expand Down

0 comments on commit 5e72682

Please sign in to comment.