From bb9aa197b851726caa47250a3a12598a34249008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:55:32 -0600 Subject: [PATCH] Bump actions/setup-java from 3 to 4 (#10667) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a84c721ad3f..a0cb9daa4bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,7 +61,7 @@ jobs: with: fetch-depth: 0 # Needed by codecov.io - name: Setup Java - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 if: ${{ matrix.os == 'ubuntu-latest' }} with: distribution: "zulu"