From 7737e8d7896a880daae04702bd9fa309e7144c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 02:03:07 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2 to 3 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/app-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-build.yml b/.github/workflows/app-build.yml index c93bc68..54844ca 100644 --- a/.github/workflows/app-build.yml +++ b/.github/workflows/app-build.yml @@ -39,7 +39,7 @@ jobs: echo "api_id=${{ secrets.API_ID }}" > app/src/main/assets/config.properties echo "api_hash=${{ secrets.API_HASH }}" >> app/src/main/assets/config.properties - - uses: gradle/gradle-build-action@v2 + - uses: gradle/gradle-build-action@v3 with: gradle-version: 8.6 arguments: assembleRelease