diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d8c1160..c36a63f 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@v3.3.2 + uses: gradle/wrapper-validation-action@v3.4.0 build: needs: