From 1da68dbaa2bb23ece61aa0361efae3c567db5fc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 07:52:44 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4.2.1 (#66) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8b9763c..7b8eb2e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: 'Setup Java JDK 11' - uses: actions/setup-java@v4.2.0 + uses: actions/setup-java@v4.2.1 with: distribution: 'microsoft' java-version: '11'