From 2cc42faf922626af7a6e054e43a906d183be901f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:05:36 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v3.12.0 --- .github/workflows/pr_ci.yml | 2 +- .github/workflows/push_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 48ddbc945b..ab5a0f4597 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: set up JDK 17 - uses: actions/setup-java@v3.11.0 + uses: actions/setup-java@v3.12.0 with: java-version: '17' distribution: 'adopt' diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index efc978cf33..3ab80000e2 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -28,7 +28,7 @@ jobs: submodules: 'recursive' fetch-depth: 0 - name: set up JDK 17 - uses: actions/setup-java@v3.11.0 + uses: actions/setup-java@v3.12.0 with: java-version: '17' distribution: 'adopt'