From fbc55760bfd8374e2a039fd51fb00771700f4492 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:55:20 +0000 Subject: [PATCH] ci(deps): update actions/setup-java action to v4 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 582e30d5..ea4c0dbb 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -49,7 +49,7 @@ jobs: - shell: bash run: .github/build-steps/compatibility_check.sh # Install the JDK - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v4 if: ${{ env.COMPATIBLE == 'true' }} with: distribution: ${{ matrix.distribution }}