diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-13 09:03:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 09:03:16 -0700 |
| commit | 66dd11493350a677488e454af6b3ebe9f61bc12a (patch) | |
| tree | 5ef089bd6d72eef2057405e395eb6b07cc1969e7 /.github/workflows/container_dev.yml | |
| parent | e17429223ece19f0fb47fb0348e669bebc315236 (diff) | |
| download | seaweedfs-66dd11493350a677488e454af6b3ebe9f61bc12a.tar.xz seaweedfs-66dd11493350a677488e454af6b3ebe9f61bc12a.zip | |
build(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#4299)
Diffstat (limited to '.github/workflows/container_dev.yml')
| -rw-r--r-- | .github/workflows/container_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 0813a2b12..743d94e97 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -36,7 +36,7 @@ jobs: uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v1 + uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v1 with: buildkitd-flags: "--debug" - |
