mirror of
https://github.com/yanhao98/composite-actions.git
synced 2026-02-05 02:10:33 +08:00
chore(deps): update actions/cache action to v5
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user