[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

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

View File

@ -76,7 +76,7 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Configure JDK - name: Configure JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with: with:
distribution: "temurin" distribution: "temurin"
java-version: ${{ env.JAVA_VERSION }} java-version: ${{ env.JAVA_VERSION }}
@ -211,7 +211,7 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Configure JDK - name: Configure JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with: with:
distribution: "temurin" distribution: "temurin"
java-version: ${{ env.JAVA_VERSION }} java-version: ${{ env.JAVA_VERSION }}

View File

@ -77,7 +77,7 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Configure JDK - name: Configure JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with: with:
distribution: "temurin" distribution: "temurin"
java-version: ${{ env.JAVA_VERSION }} java-version: ${{ env.JAVA_VERSION }}
@ -206,7 +206,7 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Configure JDK - name: Configure JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with: with:
distribution: "temurin" distribution: "temurin"
java-version: ${{ env.JAVA_VERSION }} java-version: ${{ env.JAVA_VERSION }}
@ -503,7 +503,7 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
- name: Configure JDK - name: Configure JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with: with:
distribution: "temurin" distribution: "temurin"
java-version: ${{ env.JAVA_VERSION }} java-version: ${{ env.JAVA_VERSION }}

View File

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