Skip to content

Commit da9c992

Browse files
committed
fix: github actions cache to v4
1 parent e857db7 commit da9c992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Docker Buildx
6666
uses: docker/setup-buildx-action@v1
6767
- name: Cache Docker layers
68-
uses: actions/cache@v2
68+
uses: actions/cache@v4
6969
with:
7070
path: /tmp/.buildx-cache
7171
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)