From 762373e7e5d15b1db3b7a76ff50f7741a2553822 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:24:58 +0000 Subject: [PATCH] chore(deps): Update actions/setup-java action to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c9d0d1..eda540a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: "validate gradle wrapper" uses: "gradle/wrapper-validation-action@v1" - name: "setup jdk ${{ env.JAVA_VERSION }}" - uses: "actions/setup-java@v3" + uses: "actions/setup-java@v4" with: distribution: "temurin" java-version: "${{ env.JAVA_VERSION }}" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fdcb4c6..9568fac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: "checkout repository" uses: "actions/checkout@v4" - name: "setup jdk ${{ env.JAVA_VERSION }}" - uses: "actions/setup-java@v3" + uses: "actions/setup-java@v4" with: distribution: "temurin" java-version: "${{ env.JAVA_VERSION }}"