Skip to content

Commit c64dbfc

Browse files
authored
Merge pull request #28 from ToshY/dependabot/github_actions/main/docker/setup-buildx-action-4
Bump docker/setup-buildx-action from 3 to 4
2 parents 59e6fd1 + 9671828 commit c64dbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/setup-qemu-action@v4
2424

2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v3
26+
uses: docker/setup-buildx-action@v4
2727

2828
- name: Login to GitHub Container Registry
2929
uses: docker/login-action@v4

0 commit comments

Comments
 (0)