diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-18 18:22:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 18:22:58 +0200 |
commit | 976cb02f78e351ace5a964b0b3e560bcb8509b62 (patch) | |
tree | c64be0f463ec1d23be4b1cbb04367e0e931cd3c9 /.github | |
parent | f1bdc7478979929b3f18010cf47579eb42c6dfba (diff) | |
download | spack-976cb02f78e351ace5a964b0b3e560bcb8509b62.tar.gz spack-976cb02f78e351ace5a964b0b3e560bcb8509b62.tar.bz2 spack-976cb02f78e351ace5a964b0b3e560bcb8509b62.tar.xz spack-976cb02f78e351ace5a964b0b3e560bcb8509b62.zip |
build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#39968)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/2b82ce82d56a2a04d2637cd93a637ae1b359c0a7...68827325e0b33c7199eb31dd4e31fbe9023e06e3)
---
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 cb236b7066..5772ec4c31 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@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # @v1 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # @v1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # @v1 |