diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-11 13:35:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-11 13:35:42 -0500 |
commit | a7e5c73608c914e2992f0856236756265c383580 (patch) | |
tree | b69b343094c4718ada78a5369d0c27e6635e2833 /.github | |
parent | 7896625919ed31bc74377d2606472943faf261b7 (diff) | |
download | spack-a7e5c73608c914e2992f0856236756265c383580.tar.gz spack-a7e5c73608c914e2992f0856236756265c383580.tar.bz2 spack-a7e5c73608c914e2992f0856236756265c383580.tar.xz spack-a7e5c73608c914e2992f0856236756265c383580.zip |
build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0 (#38243)
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')
-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 9991b00074..daa0d9da19 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -92,7 +92,7 @@ jobs: path: dockerfiles - 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 |