Update actions/setup-java action to v4.3.0

This commit is contained in:
renovate[bot] 2024-09-09 16:10:17 +00:00 committed by GitHub
parent 97a35098d8
commit 49dfee6b2c
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.2.2
uses: actions/setup-java@v4.3.0
with:
java-version: '17'
distribution: 'temurin'