Bump actions/cache from 4 to 5

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-15 22:18:04 +00:00
committed by kbz_8
parent b6c7e8095f
commit 58f1e76a56

View File

@@ -69,7 +69,7 @@ jobs:
# Save dependencies # Save dependencies
- name: Save cached xmake dependencies - name: Save cached xmake dependencies
if: ${{ !steps.restore-depcache.outputs.cache-hit }} if: ${{ !steps.restore-depcache.outputs.cache-hit }}
uses: actions/cache/save@v4 uses: actions/cache/save@v5
with: with:
path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
key: ${{ steps.restore-depcache.outputs.cache-primary-key }} key: ${{ steps.restore-depcache.outputs.cache-primary-key }}