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: |