diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-09 22:21:19 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-09 22:21:19 +0000 |
commit | 40aa2e1c32d7d675e96df55cc6e041a7e169b7dc (patch) | |
tree | 28c0aa52bdf8390c8fa8b9ac4aa41c065ab3d393 /.github/workflows/release.yml | |
parent | 430da70ef3c8a91202c430275e4e27b054aa8845 (diff) |
build(deps): bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e05aebba..e98a4ced 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -148,7 +148,7 @@ jobs: uses: actions/checkout@v3 - name: Set up QEMU - uses: docker/setup-qemu-action@v1 # Action page: <https://github.com/docker/setup-qemu-action> + uses: docker/setup-qemu-action@v2 # Action page: <https://github.com/docker/setup-qemu-action> - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 # Action page: <https://github.com/docker/setup-buildx-action> |