From 01f9945e8c4e4682b233502d78d5293a80ee86a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 01:44:57 +0530 Subject: [PATCH] chore(deps): update actions/setup-java action to v3.6.0 (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index a0789ce..a8efb68 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -19,7 +19,7 @@ jobs: run: chmod +x ./gradlew - name: Set up JDK - uses: actions/setup-java@v3.5.1 + uses: actions/setup-java@v3.6.0 with: distribution: "zulu" java-version: "11"