diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-23 13:28:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-23 13:28:42 +0000 |
| commit | 3b448f6a33997184a91d508c7e867c03cc09370a (patch) | |
| tree | d03e46402dffbaade853cecf0030013ee11f1f5b /.github | |
| parent | ce7ccdeba2b63705a03d2264eeb841a3d9a785aa (diff) | |
Build(deps): Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#2022)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
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')
| -rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 44ceedd6..1854fc6d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: uses: docker/setup-qemu-action@v3.0.0 - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3.1.0 + uses: docker/setup-buildx-action@v3.2.0 with: version: v0.11.2 driver-opts: | |
