Update actions/setup-java action to v4.5.0

This commit is contained in:
renovate[bot] 2024-10-24 14:16:01 +00:00 committed by GitHub
parent 6687295b60
commit 39d07ae488
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.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: '17'
distribution: 'temurin'