mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-04-26 01:25:22 -04:00
Update actions/cache action to v4
This commit is contained in:
parent
1d30ce8bcb
commit
49de69b30e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
password: ${{ secrets.GHCR_PAT }}
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user