Merge pull request #18 from s4u/java-setup-2.4.0

Bump actions/setup-java from 2.3.1 to 2.4.0
This commit is contained in:
Slawomir Jaranowski 2021-12-03 18:19:15 +01:00 committed by GitHub
commit a2f82a8171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ runs:
with:
fetch-depth: '${{ inputs.checkout-fetch-depth }}'
- uses: actions/setup-java@v2.3.1
- uses: actions/setup-java@v2.4.0
with:
overwrite-settings: false
java-version: '${{ inputs.java-version }}'