1
0
Fork 0

Update actions/setup-java action to v4

This commit is contained in:
renovate[bot] 2024-07-15 18:20:46 +00:00 committed by GitHub
parent 48b1c26cc1
commit e55167e74e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set Up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'