diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-29 09:49:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-29 09:49:10 +0300 |
| commit | e8b576fa65f5b7b6846bdbfa20f143ed0ec0244c (patch) | |
| tree | 720764b80c60872490c6e9a55f343501d94175d5 | |
| parent | c49147c5dba0c8198e2a9d00b3063cc13b44228a (diff) | |
Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#979)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.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>
| -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 9473e66c..f3d73d85 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -16,7 +16,7 @@ jobs: uses: docker/setup-qemu-action@v2.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.9.1 + uses: docker/setup-buildx-action@v2.10.0 - name: Log in to GitHub Container Registry uses: docker/login-action@v2.2.0 |
