From 856ef9202f80a36b281197f74a6a1faca7dc7000 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:38:40 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/app-release.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index 9750534e..ef086564 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -45,7 +45,7 @@ jobs: - name: Cache android build files id: android_cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: key: app_release_android_cache restore-keys: app_release_android_cache diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4d53105d..cebdf654 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -199,7 +199,7 @@ jobs: - name: Cache android build files id: android_cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: key: app_e2e_android_cache restore-keys: app_e2e_android_cache @@ -230,7 +230,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: AVD cache - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 id: avd-cache with: path: |