From e0e817832c8b35ec61faa631e5d65fc4c43290b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:00:48 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4 --- .github/workflows/build-java-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-java-service.yaml b/.github/workflows/build-java-service.yaml index 50e9c8d2..d356eb27 100644 --- a/.github/workflows/build-java-service.yaml +++ b/.github/workflows/build-java-service.yaml @@ -30,7 +30,7 @@ jobs: - name: ⬇️ Checkout uses: actions/checkout@v4 - name: 🛠 Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '21' distribution: 'zulu'