From bc3fbeca1854827266ff28a931bce36ff6d44b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:56:59 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/baselineprofile.yml | 2 +- .github/workflows/beta.yml | 2 +- .github/workflows/build-apk-reusable.yml | 2 +- .github/workflows/mirror-public-build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/baselineprofile.yml b/.github/workflows/baselineprofile.yml index d6b9c6917..e42fb297a 100644 --- a/.github/workflows/baselineprofile.yml +++ b/.github/workflows/baselineprofile.yml @@ -36,7 +36,7 @@ jobs: run: ./gradlew :apps:wallet:instance:main:generateReleaseBaselineProfile - name: AVD cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: avd-cache with: path: | diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 8e6d8bbf7..acff4f558 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' - name: Cache Gradle Wrapper - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.gradle/wrapper key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} diff --git a/.github/workflows/build-apk-reusable.yml b/.github/workflows/build-apk-reusable.yml index 0be4daf6e..d429b0e41 100644 --- a/.github/workflows/build-apk-reusable.yml +++ b/.github/workflows/build-apk-reusable.yml @@ -50,7 +50,7 @@ jobs: distribution: 'temurin' - name: Cache Gradle Wrapper - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.gradle/wrapper key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} diff --git a/.github/workflows/mirror-public-build.yml b/.github/workflows/mirror-public-build.yml index 9ca864f0b..a9177be9f 100644 --- a/.github/workflows/mirror-public-build.yml +++ b/.github/workflows/mirror-public-build.yml @@ -36,7 +36,7 @@ jobs: distribution: 'temurin' - name: Cache Gradle Wrapper - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.gradle/wrapper key: gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}