From 4f8e77bc3ec22465a0a179b9699e60d5007eefa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:18:28 +0000 Subject: [PATCH] build(deps): bump gradle/actions from 5 to 6 Bumps [gradle/actions](https://github.com/gradle/actions) from 5 to 6. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v5...v6) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index c60ba23..d34bddc 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -110,7 +110,7 @@ jobs: with: # Override the default list, which includes the unavailable legacy tools package. packages: 'platform-tools platforms;android-35' - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: Test and build Android working-directory: Android run: ./gradlew :app:testDebugUnitTest :app:assembleDebug --no-daemon