From 0909ee9751c297b1c3580b91881155d0c7ddf1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:25:41 +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/ci.yml | 4 ++-- .github/workflows/instrumentation.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9225dc2..16a968d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: distribution: zulu java-version: 17 - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: Unit tests, quality, coverage, and debug build run: ./scripts/verify.sh - name: Upload reports @@ -63,7 +63,7 @@ jobs: with: distribution: zulu java-version: 17 - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: Initialize a product project run: ${{ matrix.initialize }} - name: Build and test generated project diff --git a/.github/workflows/instrumentation.yml b/.github/workflows/instrumentation.yml index 502bda4..1e9ad98 100644 --- a/.github/workflows/instrumentation.yml +++ b/.github/workflows/instrumentation.yml @@ -22,7 +22,7 @@ jobs: with: distribution: zulu java-version: 17 - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: Run connected checks uses: reactivecircus/android-emulator-runner@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6cffdd..6b1bff0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: distribution: zulu java-version: 17 - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: Restore signing keystore env: ANDROID_KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}