1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 06:05:23 -04:00

Update actions/cache action to v4

This commit is contained in:
renovate[bot] 2024-01-17 16:16:35 +00:00
parent 1d30ce8bcb
commit 49de69b30e

View File

@ -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 }}