Update actions/cache action to v4
This commit is contained in:
parent
acf32531b4
commit
00ad2efade
@ -23,7 +23,7 @@ jobs:
|
|||||||
registry: git.fascinated.cc
|
registry: git.fascinated.cc
|
||||||
|
|
||||||
- name: Cache Docker Layers
|
- name: Cache Docker Layers
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||||
|
Reference in New Issue
Block a user