From 06dac07b5ffd47558645c1d691af41e4ed8ebcc7 Mon Sep 17 00:00:00 2001 From: Rej Ect <99460023+rejected-l@users.noreply.github.com> Date: Sat, 13 Dec 2025 10:04:07 +0100 Subject: [PATCH] ci(hive): bump actions/cache to v5 (#20349) --- .github/workflows/hive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 220542504e..afc0205911 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -44,7 +44,7 @@ jobs: - name: Restore hive assets cache id: cache-hive - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./hive_assets key: hive-assets-${{ steps.hive-commit.outputs.hash }}-${{ hashFiles('.github/assets/hive/build_simulators.sh') }}