diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-05 11:12:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 11:12:01 -0700 |
| commit | 8a1052cc5ee5717e3045a8ae0628f395596a9e08 (patch) | |
| tree | eabcdc92c246552cbdebde7d30e9d3fad4404c94 /.github/workflows/container_release4.yml | |
| parent | 1256b3e917f482174ec59cf196683d5b23a9c0a1 (diff) | |
| download | seaweedfs-8a1052cc5ee5717e3045a8ae0628f395596a9e08.tar.xz seaweedfs-8a1052cc5ee5717e3045a8ae0628f395596a9e08.zip | |
chore(deps): bump docker/setup-buildx-action from 3.6.0 to 3.6.1 (#5856)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/3d68780484996aa9d417bb9016193885cdf1f299...988b5a0280414f521da01fcc63a27aeeb4b104db)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index 62f087567..2b4682adb 100644 --- a/.github/workflows/container_release4.yml +++ b/.github/workflows/container_release4.yml @@ -37,7 +37,7 @@ jobs: uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@3d68780484996aa9d417bb9016193885cdf1f299 # v1 + uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v1 - name: Login to Docker Hub if: github.event_name != 'pull_request' |
