From 2dae26c00f3628fc731cbdb9c82c05c65f923f34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:03:21 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v3 [SECURITY] --- .github/workflows/ci-pull-request-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pull-request-validation.yml b/.github/workflows/ci-pull-request-validation.yml index 90e7390..da41695 100644 --- a/.github/workflows/ci-pull-request-validation.yml +++ b/.github/workflows/ci-pull-request-validation.yml @@ -35,7 +35,7 @@ jobs: uses: android-actions/setup-android@v2 - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1