From 5fc0de0b82705cdc8a4cd147f001a35410584c6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:30:26 +0100 Subject: [PATCH] build: Update actions/setup-java action to v2.5.0 (#1530) Co-authored-by: Renovate Bot --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01e51aa2a..0b6319a58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name : Validate Gradle Wrapper uses : gradle/wrapper-validation-action@v1.0.4 - name: Setup Java - uses: actions/setup-java@v2.4.0 + uses: actions/setup-java@v2.5.0 with: distribution: temurin cache: gradle