Skip to content

Commit 145744a

Browse files
authored
Merge pull request #45 from knrdl/dependabot/github_actions/docker/setup-buildx-action-4
chore(deps): bump docker/setup-buildx-action from 3 to 4
2 parents c388f03 + 0764431 commit 145744a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: docker/setup-qemu-action@v3
3737

3838
- name: Set up Docker Buildx
39-
uses: docker/setup-buildx-action@v3
39+
uses: docker/setup-buildx-action@v4
4040

4141
- name: Log in to Docker Hub
4242
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)