Skip to content

Commit 0df9a90

Browse files
committed
Use actions/cache v4 DEVOPS-2662
1 parent 1e4aee9 commit 0df9a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
images: ghcr.io/${{ github.repository }}
3434

3535
- name: Cache Docker layers
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: /tmp/.buildx-cache
3939
key: ${{ runner.os }}-buildx-Dockerfile }}

0 commit comments

Comments
 (0)