Skip to content

Commit fdc4270

Browse files
chore(deps): update docker/setup-buildx-action action to v4
1 parent 55f06e7 commit fdc4270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "VERSION=$(awk -F= '/^ARG SQLCMD_VERSION/ {print $2}' Dockerfile)" >> $GITHUB_OUTPUT
2424

2525
- uses: docker/setup-qemu-action@v4
26-
- uses: docker/setup-buildx-action@v3
26+
- uses: docker/setup-buildx-action@v4
2727

2828
- name: Login to Docker Hub
2929
uses: docker/login-action@v4

0 commit comments

Comments
 (0)