diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-01 10:57:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-01 10:57:26 -0700 |
commit | a864108bc13af26602a1eaf0dc1b913598e2a274 (patch) | |
tree | 7f2cdaa549f6e2fc3aaa410b551697f78af16399 /.github | |
parent | 4aed051b733683171f448661cad94bed43f1c8cb (diff) | |
download | spack-a864108bc13af26602a1eaf0dc1b913598e2a274.tar.gz spack-a864108bc13af26602a1eaf0dc1b913598e2a274.tar.bz2 spack-a864108bc13af26602a1eaf0dc1b913598e2a274.tar.xz spack-a864108bc13af26602a1eaf0dc1b913598e2a274.zip |
build(deps): bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (#38625)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/ecf95283f03858871ff00b787d79c419715afc34...16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-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 8b61524c5a..c496918956 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -95,7 +95,7 @@ jobs: uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # @v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # @v1 + uses: docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # @v1 - name: Log in to GitHub Container Registry uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # @v1 |