Update actions/setup-java action to v5 #280

Merged
bot merged 1 commits from renovate/actions-setup-java-5.x into main 2025-09-10 04:00:33 +02:00
Showing only changes of commit b377b136b8 - 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"