Skip to content

Commit ae94fd1

Browse files
authored
Merge pull request #41 from opencollab/dependabot/github_actions/docker/setup-buildx-action-4
Bump docker/setup-buildx-action from 3 to 4
2 parents 9240767 + a4101b1 commit ae94fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cd install-tests/ && git submodule init && git submodule update
2222
2323
- name: Set up Docker
24-
uses: docker/setup-buildx-action@v3
24+
uses: docker/setup-buildx-action@v4
2525

2626
- name: Install Bats
2727
run: |

0 commit comments

Comments
 (0)