Update actions/setup-java action to v4.1.0

This commit is contained in:
renovate[bot] 2024-02-28 06:09:27 +00:00 committed by GitHub
parent e1360c089b
commit 7f0ce45f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: set up JDK 17
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
java-version: '17'
distribution: 'temurin'