From 5556baa971ed83b7d5a03de7ec4d4986a1e7c142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:08:50 +0200 Subject: [PATCH] chore(deps): bump gradle/actions from 4.1.0 to 4.2.0 (#2543) Bumps [gradle/actions](https://github.com/gradle/actions) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml index 8aa9fd08..4d9ea099 100644 --- a/.github/workflows/deploy-android.yml +++ b/.github/workflows/deploy-android.yml @@ -50,7 +50,7 @@ jobs: versionName: "1.2.0" - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.1.0 + uses: gradle/actions/setup-gradle@v4.2.0 with: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} # Use ./gradlew and not gradle as that uses the wrapper and the correct version of gradle