Skip to content

Commit 08cba8d

Browse files
authored
Merge pull request #51 from crossplane-contrib/renovate/docker-setup-buildx-action-4.x
chore(deps): update docker/setup-buildx-action action to v4
2 parents 105da87 + 6c31d9a commit 08cba8d

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
@@ -88,7 +88,7 @@ jobs:
8888
platforms: all
8989

9090
- name: Setup Docker Buildx
91-
uses: docker/setup-buildx-action@v3
91+
uses: docker/setup-buildx-action@v4
9292
with:
9393
version: ${{ env.DOCKER_BUILDX_VERSION }}
9494
install: true

0 commit comments

Comments
 (0)