From 8f029df8575ec52c18f047c2b0856eae9aba82d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:52:32 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd004f7d..1afd4d64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Start containers run: docker-compose -f "docker-compose.yml" up -d localstack opensearch-node1 azurite azurite_storage_init - name: Setup JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'adopt'