aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_dev.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-30 07:40:34 -0800
committerGitHub <noreply@github.com>2023-01-30 07:40:34 -0800
commit61fd3546fe62486061efdc440c432f02a214f8fe (patch)
tree24b425be4e33bfc26e50d3040dbb9f00db8999d6 /.github/workflows/container_dev.yml
parent4d71af87f39324b0ff3136947f8e3c58868c3241 (diff)
downloadseaweedfs-61fd3546fe62486061efdc440c432f02a214f8fe.tar.xz
seaweedfs-61fd3546fe62486061efdc440c432f02a214f8fe.zip
build(deps): bump docker/setup-buildx-action from 2.2.1 to 2.4.0 (#4163)
Diffstat (limited to '.github/workflows/container_dev.yml')
-rw-r--r--.github/workflows/container_dev.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml
index 3ef518b76..ba29cba01 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@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v1
+ uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # v1
with:
buildkitd-flags: "--debug"
-