Skip to content

Commit 652512f

Browse files
authored
Merge pull request #152 from crossplane/renovate/docker-setup-buildx-action-4.x
chore(deps): update docker/setup-buildx-action action to v4
2 parents 58329c6 + 3d8027c commit 652512f

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
@@ -86,7 +86,7 @@ jobs:
8686
platforms: all
8787

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

0 commit comments

Comments
 (0)