diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-29 21:17:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-29 21:17:02 +0900 |
| commit | 23102a2c082d583e9746f4af6e5015e43f038232 (patch) | |
| tree | 2171388c7c4effb11bbfcbbca11fb5562a09ab44 /.github/workflows/docker-develop.yml | |
| parent | Update CHANGELOG.md (diff) | |
| download | sharkey-23102a2c082d583e9746f4af6e5015e43f038232.tar.gz sharkey-23102a2c082d583e9746f4af6e5015e43f038232.tar.bz2 sharkey-23102a2c082d583e9746f4af6e5015e43f038232.zip | |
build(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#11769)
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>
Diffstat (limited to '.github/workflows/docker-develop.yml')
| -rw-r--r-- | .github/workflows/docker-develop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-develop.yml b/.github/workflows/docker-develop.yml index 4e817b0f22..f51e80f995 100644 --- a/.github/workflows/docker-develop.yml +++ b/.github/workflows/docker-develop.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3.6.0 - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2.9.1 + uses: docker/setup-buildx-action@v2.10.0 with: platforms: linux/amd64,linux/arm64 - name: Docker meta |