diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-25 18:45:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-25 18:45:10 +0000 |
| commit | c259aed4cfefd15d930d62c48c562e0e3ffdb679 (patch) | |
| tree | 2eb09894776dedb12499bae0cb404d350f4adc81 /.github/workflows | |
| parent | 5204dd0217236ad086c8a8b31920c4d69488ed7c (diff) | |
Build(deps): Bump docker/setup-buildx-action from 2.5.0 to 2.7.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.5.0 to 2.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.7.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>
Diffstat (limited to '.github/workflows')
| -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 f659359a..91edadba 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,7 +26,7 @@ jobs: uses: docker/setup-qemu-action@v2.1.0 - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2.5.0 + uses: docker/setup-buildx-action@v2.7.0 with: version: v0.10.4 driver-opts: | |
