Bump actions/setup-java from 3 to 4 (#46)

This commit is contained in:
dependabot[bot] 2024-06-04 10:22:05 +08:00 committed by GitHub
parent e2d1852b3a
commit 7a092d6522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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