diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-03 08:36:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-03 08:36:05 -0700 |
| commit | 0b8c6a4474be4424860c9590f77d8592113cadee (patch) | |
| tree | 870dee8299e26c843727166c4c300cdc2938fd2f /.github/workflows/container_dev.yml | |
| parent | c44a6552d277ad19ba62f94083a98e2eb428de4b (diff) | |
| download | seaweedfs-0b8c6a4474be4424860c9590f77d8592113cadee.tar.xz seaweedfs-0b8c6a4474be4424860c9590f77d8592113cadee.zip | |
Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (#4629)
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 82a4167c1..50d50152c 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@ecf95283f03858871ff00b787d79c419715afc34 # v1 + uses: docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # v1 with: buildkitd-flags: "--debug" - |
