Skip to content

Commit f412546

Browse files
Update actions/cache action to v4
1 parent 9eeb4ac commit f412546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)