diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-12 10:38:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 10:38:09 -0700 |
| commit | 2c14e9ac9fd4d6dfa44915e683f9584bce9955ff (patch) | |
| tree | 67a40e7053e4680e4a5cf81eb88db5f13d0cd875 /.github/workflows/container_release4.yml | |
| parent | 476022c2dc7a2ad6e4eb12c8858060595107b839 (diff) | |
| download | seaweedfs-2c14e9ac9fd4d6dfa44915e683f9584bce9955ff.tar.xz seaweedfs-2c14e9ac9fd4d6dfa44915e683f9584bce9955ff.zip | |
build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0 (#4562)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/e81a89b1732b9c48d79cd809d8d81d79c4647a18...2b82ce82d56a2a04d2637cd93a637ae1b359c0a7)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index e6d078287..d6f77768c 100644 --- a/.github/workflows/container_release4.yml +++ b/.github/workflows/container_release4.yml @@ -34,7 +34,7 @@ jobs: org.opencontainers.image.vendor=Chris Lu - name: Set up QEMU - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v1 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v1 |
