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