diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-10 08:30:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-10 08:30:02 -0700 |
| commit | c432ac9af2f1913cbc567f37dfd7485447cee82b (patch) | |
| tree | 9abc9052206983929370204b88e135c4da5e2606 /.github/workflows/container_dev.yml | |
| parent | cd89ef5c73d91e96583117ff9144c20b454c7ed8 (diff) | |
| download | seaweedfs-c432ac9af2f1913cbc567f37dfd7485447cee82b.tar.xz seaweedfs-c432ac9af2f1913cbc567f37dfd7485447cee82b.zip | |
Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#4653)
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 50d50152c..3a4de27d0 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -36,7 +36,7 @@ jobs: uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v1 + uses: docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v1 with: buildkitd-flags: "--debug" - |
