Merge pull request #11 from Super12138/renovate/actions-setup-java-4.x

Update actions/setup-java action to v4.2.0
This commit is contained in:
Super12138 2024-03-14 22:01:27 +08:00 committed by GitHub
commit 0f9929b40e
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.1.0
uses: actions/setup-java@v4.2.0
with:
java-version: '17'
distribution: 'temurin'