Skip to content

Commit

Permalink
Merge pull request #11 from pysio2007/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4
  • Loading branch information
pysio2007 authored Oct 5, 2024
2 parents 5cadc41 + 47471ed commit 4067219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bulid-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# 缓存 Docker 镜像以加速构建
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 4067219

Please sign in to comment.