chore(deps): update actions/setup-java action to v5 (#326)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-21 11:55:25 +00:00 committed by GitHub
parent 69abcaf03f
commit 22f47f9f21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- name: set up JDK 21
uses: actions/setup-java@v4.7.1
uses: actions/setup-java@v5.0.0
with:
java-version: '21'
distribution: 'temurin'