diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-13 12:25:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-13 12:25:30 +0900 |
| commit | 748d4ebaaebe7914981cccf099f241833d4a4b5f (patch) | |
| tree | 07401bf39178bacbb75d189edb56ff028da42a8f /.github/workflows/docker-develop.yml | |
| parent | fix(backend): correctFilename changes dll to exe (#11710) (diff) | |
| download | sharkey-748d4ebaaebe7914981cccf099f241833d4a4b5f.tar.gz sharkey-748d4ebaaebe7914981cccf099f241833d4a4b5f.tar.bz2 sharkey-748d4ebaaebe7914981cccf099f241833d4a4b5f.zip | |
build(deps): bump docker/setup-buildx-action from 2.3.0 to 2.9.1 (#11502)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.3.0 to 2.9.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.3.0...v2.9.1)
---
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 3fe67b9d0b..c839c64a72 100644 --- a/.github/workflows/docker-develop.yml +++ b/.github/workflows/docker-develop.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2.3.0 + uses: docker/setup-buildx-action@v2.9.1 with: platforms: linux/amd64,linux/arm64 - name: Docker meta |