Update actions/setup-java action to v3

This commit is contained in:
Renovate Bot 2022-02-25 08:22:57 +00:00
parent f1a983b89b
commit e3a6e8d26d
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

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