chore(deps): update actions/setup-java action to v4

This commit is contained in:
renovate[bot] 2023-11-29 15:41:43 +00:00 committed by GitHub
parent 7d85fc5745
commit 3ccdc31896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- 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'