aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_latest.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-08 09:21:25 -0700
committerGitHub <noreply@github.com>2024-07-08 09:21:25 -0700
commitfd529045b604394fa39a63f0b4e201a3ef29647d (patch)
treefda8bab8fb859b78e68e7339ca11f869dad46c33 /.github/workflows/container_latest.yml
parent71d6b716e1d6b461fbb1b24e4d61e217958a5ef4 (diff)
downloadseaweedfs-fd529045b604394fa39a63f0b4e201a3ef29647d.tar.xz
seaweedfs-fd529045b604394fa39a63f0b4e201a3ef29647d.zip
chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#5756)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/d70bba72b1f3fd22344832f00baa16ece964efeb...4fd812986e6c8c2a69e18311145f9371337f27d4) --- 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/container_latest.yml')
-rw-r--r--.github/workflows/container_latest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml
index bec705a09..1fab171d1 100644
--- a/.github/workflows/container_latest.yml
+++ b/.github/workflows/container_latest.yml
@@ -37,7 +37,7 @@ jobs:
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v1
-
name: Set up Docker Buildx
- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v1
+ uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v1
with:
buildkitd-flags: "--debug"
-