Skip to content

Commit 12050f7

Browse files
committed
fix: Missing download info for actions/cache@v2
1 parent 91160d4 commit 12050f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-buildx-action@v1
4646
-
4747
name: Cache Docker layers
48-
uses: actions/cache@v2
48+
uses: actions/cache@v4
4949
with:
5050
path: /tmp/.buildx-cache
5151
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)