ci(hive): bump actions/cache to v5 (#20349)

This commit is contained in:
Rej Ect
2025-12-13 10:04:07 +01:00
committed by GitHub
parent 5621132b8b
commit 06dac07b5f

View File

@@ -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') }}