Skip to content

Commit 9363384

Browse files
authored
Merge pull request #1013 from IQTLabs/renovate/docker-setup-buildx-action-4.x
Update docker/setup-buildx-action action to v4
2 parents 7ae880b + 444abf9 commit 9363384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
platforms: all
2525
- name: Set up Docker Buildx
2626
id: buildx
27-
uses: docker/setup-buildx-action@v3
27+
uses: docker/setup-buildx-action@v4
2828
with:
2929
version: latest
3030
- name: Docker Login

0 commit comments

Comments
 (0)