diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-12 13:43:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-12 13:43:55 -0400 |
| commit | bb687e1e7335ae4dff8143bae3b94e38249fb500 (patch) | |
| tree | ead66d211f4f6f971f338d879f9117d2eafa306c /.github/workflows/release.yml | |
| parent | 6e100c957872b386d2e90dd1ef3bd7ae47ce326b (diff) | |
deps(actions): Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#2400)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.1)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 3.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ead92887..4f9f4bc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: uses: docker/setup-qemu-action@v3.6.0 - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3.10.0 + uses: docker/setup-buildx-action@v3.11.1 with: version: v0.19.3 driver-opts: | |
