diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-04 19:28:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 19:28:03 -0500 |
commit | 831f04fb7d559ea69ef8b6b601bfffd0fff2f120 (patch) | |
tree | 6c3b8ff336a34f1c7416d731afda4293fec3090c /.github | |
parent | 04044a9744b643fb3ab1a21d924bbeabfe64d5fe (diff) | |
download | spack-831f04fb7d559ea69ef8b6b601bfffd0fff2f120.tar.gz spack-831f04fb7d559ea69ef8b6b601bfffd0fff2f120.tar.bz2 spack-831f04fb7d559ea69ef8b6b601bfffd0fff2f120.tar.xz spack-831f04fb7d559ea69ef8b6b601bfffd0fff2f120.zip |
build(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#45041)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/68827325e0b33c7199eb31dd4e31fbe9023e06e3...5927c834f5b4fdf503fca6f4c7eccda82949e1ee)
---
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 2433667201..082ffd823f 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@68827325e0b33c7199eb31dd4e31fbe9023e06e3 + uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee - name: Set up Docker Buildx uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb |