From 3c50b4c5ca43a7207eebee46bccb3905dd88c15d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:52:00 -0400 Subject: [PATCH] Update actions/setup-java action to v4.5.0 (#357) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0225893..341e40e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: uses: gradle/actions/wrapper-validation@v4 - name: Configure JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: temurin java-version: ${{ env.JAVA_VERSION }} @@ -114,7 +114,7 @@ jobs: uses: gradle/actions/wrapper-validation@v4 - name: Configure JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v4.4.0 + uses: actions/setup-java@v4.5.0 with: distribution: temurin java-version: ${{ env.JAVA_VERSION }}