Skip to content

Commit cf8757e

Browse files
authored
Merge pull request #40 from ronivay/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 1 to 3
2 parents 305f9dd + 99cd47a commit cf8757e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/setup-qemu-action@v3
2424

2525
- name: Docker buildx
26-
uses: docker/setup-buildx-action@v1
26+
uses: docker/setup-buildx-action@v3
2727

2828
- name: Dockerhub login
2929
uses: docker/login-action@v3

0 commit comments

Comments
 (0)