build: Update actions/setup-java action to v2.5.0 (#3404)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-27 10:42:07 +01:00 committed by GitHub
parent e6fad8309c
commit 2cf268b99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Validate Gradle Wrapper"
uses: gradle/wrapper-validation-action@v1.0.4
- name: Setup Java
uses: actions/setup-java@v2.4.0
uses: actions/setup-java@v2.5.0
with:
distribution: temurin
java-version: 17