diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 11:52:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 11:52:42 -0400 |
commit | 7bb892f7b392d33cf77cc66bbdbd12b09be5a8f2 (patch) | |
tree | cd1815b068c7b40c8734ca3d9b86b7c591fde9ca /.github/workflows/build-containers.yml | |
parent | 66ed8ebbd9154eba42917a6f22923009089d1ebe (diff) | |
download | spack-7bb892f7b392d33cf77cc66bbdbd12b09be5a8f2.tar.gz spack-7bb892f7b392d33cf77cc66bbdbd12b09be5a8f2.tar.bz2 spack-7bb892f7b392d33cf77cc66bbdbd12b09be5a8f2.tar.xz spack-7bb892f7b392d33cf77cc66bbdbd12b09be5a8f2.zip |
build(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#45381)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/5927c834f5b4fdf503fca6f4c7eccda82949e1ee...49b3bc8e6bdd4a60e6116a5414239cba5943d3cf)
---
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/build-containers.yml')
-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 799d3b9811..23db7791ae 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -93,7 +93,7 @@ jobs: path: dockerfiles - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf - name: Set up Docker Buildx uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 |