From 680563c725fd073704c1e83f5853cee3473b5ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 01:22:31 +0000 Subject: [PATCH] ci(deps): update gradle/wrapper-validation-action action to v1.0.6 --- .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 44cb84e..b55d1c9 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v3 - name: Validate the Gradle Wrapper - uses: gradle/wrapper-validation-action@v1.0.5 + uses: gradle/wrapper-validation-action@v1.0.6 build: needs: