aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release4.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 11:06:48 -0700
committerGitHub <noreply@github.com>2024-03-18 11:06:48 -0700
commit8a2b3879b98d17eb0b49fedfcec78c6a66ac7655 (patch)
tree66d3cc13c6470c23c4abbe2513d2aa213fc79569 /.github/workflows/container_release4.yml
parente21f458bca69061825ac2c0130d21ed2deb75214 (diff)
downloadseaweedfs-8a2b3879b98d17eb0b49fedfcec78c6a66ac7655.tar.xz
seaweedfs-8a2b3879b98d17eb0b49fedfcec78c6a66ac7655.zip
chore(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#5393)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/0d103c3126aa41d772a8362f6aa67afac040f80c...2b51285047da1547ffb1b2203d8be4c0af6b1f20) --- 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_release4.yml')
-rw-r--r--.github/workflows/container_release4.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml
index 8b921eadc..901fe0bc4 100644
--- a/.github/workflows/container_release4.yml
+++ b/.github/workflows/container_release4.yml
@@ -37,7 +37,7 @@ jobs:
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v1
-
name: Set up Docker Buildx
- uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v1
+ uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v1
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'