diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-06 08:37:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 08:37:11 +0200 |
commit | ec295a13fdc0bea8b886149ae00fbbc7c8ed1b40 (patch) | |
tree | e84374f3382cd3610d48c5f1b46458a7baff13a9 /.github | |
parent | 1b1770ea9e06fae7d275504c452635bf2e11b7f0 (diff) | |
download | spack-ec295a13fdc0bea8b886149ae00fbbc7c8ed1b40.tar.gz spack-ec295a13fdc0bea8b886149ae00fbbc7c8ed1b40.tar.bz2 spack-ec295a13fdc0bea8b886149ae00fbbc7c8ed1b40.tar.xz spack-ec295a13fdc0bea8b886149ae00fbbc7c8ed1b40.zip |
build(deps): bump docker/setup-buildx-action from 1.7.0 to 2 (#30517)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.7.0 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/f211e3e9ded2d9377c8cadc4489a4e38014bc4c9...dc7b9719a96d48369863986a06765841d7ea23f6)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-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 c48f7d7d59..92d3795ff0 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -84,7 +84,7 @@ jobs: uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # @v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9 # @v1 + uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # @v1 - name: Log in to GitHub Container Registry uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # @v1 |