Update actions/setup-java action to v4

This commit is contained in:
renovate[bot] 2023-11-30 02:20:32 +00:00 committed by GitHub
parent 7e82f7f544
commit c4bd397e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Maven
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '15'
distribution: 'adopt'