ci(github-action)!: Update https://github.com/actions/setup-java action to v5 (renovate)
All checks were successful
Build / build (pull_request) Successful in 1m47s
Build / build (push) Successful in 6m57s

This commit is contained in:
Renovate Bot 2025-10-09 21:34:31 +00:00 committed by Paweł Derehajło
parent ffcc764133
commit 68455c65a8
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21
uses: https://github.com/actions/setup-java@v4
uses: https://github.com/actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'

View file

@ -60,7 +60,7 @@ jobs:
git config --global user.signingkey ${SSH_DIR}/id_rsa
- name: Set up JDK 21
uses: https://github.com/actions/setup-java@v4
uses: https://github.com/actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'