From eb4080077ba705150b30b6524f46953c0ee3d21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:58:10 -0500 Subject: [PATCH] Bump actions/setup-java from 3 to 4 (#184) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/mta_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mta_ci.yml b/.github/workflows/mta_ci.yml index f6323e3..d9a0f8e 100644 --- a/.github/workflows/mta_ci.yml +++ b/.github/workflows/mta_ci.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Install Java - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: architecture: x64 distribution: temurin