From a01949ad253e56cb97bd3597a4dc61e1bbfd5a88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 20:50:57 +0000 Subject: [PATCH] ci(deps): update gradle/wrapper-validation-action action to v2 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0d3a88d0..7c8c89a9 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4 - name: Validate the Gradle Wrapper - uses: gradle/wrapper-validation-action@v1.1.0 + uses: gradle/wrapper-validation-action@v2.1.3 build: needs: