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

Update actions/setup-java action to v4.5.0
This commit is contained in:
Super12138 2024-10-25 18:19:05 +08:00 committed by GitHub
commit ed9a3ff399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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