From 023a6bafdad22e2c5d7cc13405fa4773080a2c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:30:38 +0000 Subject: [PATCH] build(deps): Bump gradle/actions from 3.5.0 to 4.0.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 3.5.0 to 4.0.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3.5.0...v4.0.1) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index ad94c935b654..95f23cf8f204 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -28,7 +28,7 @@ jobs: java-version: ${{ env.JAVA_VERSION }} - name: Run unit tests - uses: gradle/actions/setup-gradle@v3.5.0 + uses: gradle/actions/setup-gradle@v4.0.1 - name: Run the tests for OBF run: ./gradlew testObfPlaystoreDebugUnitTest - name: Run the tests for OFF