chore(deps): update actions/setup-java action to v4.7.1 (#204)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-09 06:23:10 +00:00 committed by GitHub
parent 5a95fd01fd
commit cc860fb696
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.0
uses: actions/setup-java@v4.7.1
with:
java-version: '21'
distribution: 'temurin'