Skip to content

Commit 05c260c

Browse files
authored
Merge pull request #5 from wbstack/deer-wmde-patch-1
fix docker build CI
2 parents 46e8836 + f2fa302 commit 05c260c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v2.0.0
2626
- name: Cache Docker layers
27-
uses: actions/cache@v3.0.8
27+
uses: actions/cache@v5
2828
with:
2929
path: /tmp/.buildx-cache
3030
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)