chore(deps): update actions/setup-java action to v2.4.0 (#12883)

This commit is contained in:
renovate[bot] 2021-11-29 20:28:28 +01:00 committed by GitHub
parent ee2e155f1f
commit 6b803a2db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ jobs:
- name: Set up Java ${{ env.JAVA_VERSION }} - name: Set up Java ${{ env.JAVA_VERSION }}
if: env.SKIP_JAVA_TESTS == 'false' if: env.SKIP_JAVA_TESTS == 'false'
uses: actions/setup-java@8db439b6b47e5e12312bf036760bbaa6893481ac # renovate: tag=v2.3.1 uses: actions/setup-java@5f00602cd1b2819185d88dc7a1b1985f598c6705 # renovate: tag=v2.4.0
with: with:
java-version: ${{ env.JAVA_VERSION }} java-version: ${{ env.JAVA_VERSION }}
distribution: 'adopt' distribution: 'adopt'