diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-18 10:22:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 10:22:30 +0200 |
commit | b21e54dffa7b666462f063ab9d4d51109202b956 (patch) | |
tree | 2c8d496e783f7750cf2702f61fd78dcf87c1d8dc /.github | |
parent | fe2656f182c5707f65175481cf25b43f60b11900 (diff) | |
download | spack-b21e54dffa7b666462f063ab9d4d51109202b956.tar.gz spack-b21e54dffa7b666462f063ab9d4d51109202b956.tar.bz2 spack-b21e54dffa7b666462f063ab9d4d51109202b956.tar.xz spack-b21e54dffa7b666462f063ab9d4d51109202b956.zip |
build(deps): bump docker/setup-buildx-action from 2.1.0 to 2.2.0 (#33384)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/95cb08cb2672c73d4ffd2f422e6d11953d2a9c70...c74574e6c82eeedc46366be1b0d287eff9085eb6)
---
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>
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 0662ad75c5..940e9d965f 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -89,7 +89,7 @@ jobs: uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # @v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # @v1 + uses: docker/setup-buildx-action@c74574e6c82eeedc46366be1b0d287eff9085eb6 # @v1 - name: Log in to GitHub Container Registry uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # @v1 |