Skip to content

Commit

Permalink
fix(deps): update actions/setup-java action to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 3, 2021
1 parent 95b593e commit 133c036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -99,7 +99,7 @@ runs:
if: inputs.should-validate-wrapper == 'true'
uses: gradle/wrapper-validation-action@v1.0.4
- name: Setup JAva
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v2.4.0
with:
distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}
Expand Down

0 comments on commit 133c036

Please sign in to comment.