Skip to content

Commit 9a0da0d

Browse files
chore(deps): bump docker/setup-buildx-action
Bumps the actions group with 1 update in the / directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `docker/setup-buildx-action` from 3.7.1 to 3.10.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.7.1...v3.10.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0c701e commit 9a0da0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v3.7.1
32+
uses: docker/setup-buildx-action@v3.10.0
3333

3434
- name: Check formatting
3535
run: make install-deps && make lint

0 commit comments

Comments
 (0)