Skip to content

Commit 8dc3d77

Browse files
committed
chore: bump cache action to v4
1 parent 6debb1d commit 8dc3d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: docker/setup-buildx-action@v1
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: /tmp/.buildx-cache
2727
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)