From c7e328e7508db1cccedade71e01a30d23f7b54c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:42:32 +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/android-tests-huawei.yml | 2 +- .github/workflows/android-tests.yml | 2 +- .github/workflows/create-baseline-profiles.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-tests-huawei.yml b/.github/workflows/android-tests-huawei.yml index b37244335..a9eedd38d 100644 --- a/.github/workflows/android-tests-huawei.yml +++ b/.github/workflows/android-tests-huawei.yml @@ -20,7 +20,7 @@ jobs: - uses: gradle/wrapper-validation-action@v3 - name: Cache gradle dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: ${{ runner.os }} path: | diff --git a/.github/workflows/android-tests.yml b/.github/workflows/android-tests.yml index 3a86ce2af..ae16c9732 100644 --- a/.github/workflows/android-tests.yml +++ b/.github/workflows/android-tests.yml @@ -28,7 +28,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Cache AVD and APKs - uses: actions/cache@v5 + uses: actions/cache@v6 id: avd-cache with: path: | diff --git a/.github/workflows/create-baseline-profiles.yml b/.github/workflows/create-baseline-profiles.yml index 42ab2f4f4..14b3949f6 100644 --- a/.github/workflows/create-baseline-profiles.yml +++ b/.github/workflows/create-baseline-profiles.yml @@ -49,7 +49,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Cache AVD and APKs - uses: actions/cache@v5 + uses: actions/cache@v6 id: avd-cache with: path: |