Update actions/setup-java action to v5

This commit is contained in:
renovate[bot]
2025-12-25 07:02:47 +00:00
committed by GitHub
parent 329713a032
commit 764ab5e548

View File

@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 # we need history to switch/create branches
- name: Install Java
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17