Update actions/setup-java action to v5 #141

Merged
bot merged 1 commits from renovate/actions-setup-java-5.x into main 2025-09-09 04:01:10 +02:00
Showing only changes of commit 09542e095f - Show all commits

View File

@@ -41,7 +41,7 @@ jobs:
run: git checkout -B "$BRANCH" run: git checkout -B "$BRANCH"
- name: set up JDK - name: set up JDK
uses: actions/setup-java@v4 uses: actions/setup-java@v5
with: with:
java-version: 17 java-version: 17
distribution: "temurin" distribution: "temurin"