Merge pull request #7 from johndoe6345789/renovate/actions-setup-java-5.x

Update actions/setup-java action to v5
This commit is contained in:
2025-12-25 07:03:45 +00:00
committed by GitHub

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