diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-06 08:37:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 08:37:34 +0200 |
commit | 5d0f2bb461bef4d3b3c82755e2b084ad713250b5 (patch) | |
tree | 0c05604150cb668331d4be72fd22f2069f8f3a9a /.github | |
parent | ec295a13fdc0bea8b886149ae00fbbc7c8ed1b40 (diff) | |
download | spack-5d0f2bb461bef4d3b3c82755e2b084ad713250b5.tar.gz spack-5d0f2bb461bef4d3b3c82755e2b084ad713250b5.tar.bz2 spack-5d0f2bb461bef4d3b3c82755e2b084ad713250b5.tar.xz spack-5d0f2bb461bef4d3b3c82755e2b084ad713250b5.zip |
build(deps): bump docker/setup-qemu-action from 1.2.0 to 2 (#30518)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.2.0 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/27d0a4f181a40b142cce983c5393082c365d1480...8b122486cedac8393e77aa9734c3528886e4a1a8)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-containers.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 92d3795ff0..735bad1a4a 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -81,7 +81,7 @@ jobs: path: dockerfiles - name: Set up QEMU - uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # @v1 + uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # @v1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # @v1 |