Skip to content

Commit 2cebfbd

Browse files
committed
fix warning
1 parent 7c98ae2 commit 2cebfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
images: ghcr.io/${{ github.repository }}/${{ matrix.service }}
111111
- id: build-push
112112
name: Build and push
113-
uses: docker/build-push-action@v3
113+
uses: docker/build-push-action@v6
114114
with:
115115
cache-from: type=gha
116116
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)