chore(deps): update actions/cache action to v5

This commit is contained in:
renovate[bot]
2025-12-13 17:35:48 +00:00
committed by GitHub
parent faab20ac2f
commit 69839b5a3a
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🗄️ 缓存Docker层
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-IMAGE_NAME-${{ github.sha }}