[deps]: Update actions/setup-java action to v5 (#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-16 10:48:08 -04:00
committed by GitHub
parent b31983da8b
commit d61e1cb6f1
4 changed files with 7 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ jobs:
bundler-cache: true
- name: Configure JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with:
distribution: "temurin"
java-version: ${{ env._JAVA_VERSION }}