Skip to content

Commit 18970a6

Browse files
Update actions/cache action to v4
1 parent 8447c79 commit 18970a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/setup-buildx-action@v1
4343

4444
- name: Cache Docker layers
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
with:
4747
path: /tmp/.buildx-cache
4848
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)