From e5d01d9f464cd52494821ca99f45f34a0fc4d56e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:18:02 +0000 Subject: [PATCH] Update actions/setup-java action to v4 --- .github/workflows/gradle_plugin_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle_plugin_ci.yml b/.github/workflows/gradle_plugin_ci.yml index 0589e1f41..355df913c 100644 --- a/.github/workflows/gradle_plugin_ci.yml +++ b/.github/workflows/gradle_plugin_ci.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up JDK 21 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 21