diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-04 19:28:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 19:28:35 -0500 |
commit | d39edeb9a15fc93b20969f6624132c4d4e39ac8d (patch) | |
tree | a80257317b5cafc8a8c5a6ae4f217d0e448b4a49 /.github/workflows/build-containers.yml | |
parent | 453fb27be243511c7194d23d6d27001e972940b2 (diff) | |
download | spack-d39edeb9a15fc93b20969f6624132c4d4e39ac8d.tar.gz spack-d39edeb9a15fc93b20969f6624132c4d4e39ac8d.tar.bz2 spack-d39edeb9a15fc93b20969f6624132c4d4e39ac8d.tar.xz spack-d39edeb9a15fc93b20969f6624132c4d4e39ac8d.zip |
build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#45051)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/d70bba72b1f3fd22344832f00baa16ece964efeb...4fd812986e6c8c2a69e18311145f9371337f27d4)
---
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/workflows/build-containers.yml')
-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 669ec378e4..4a39f86977 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -96,7 +96,7 @@ jobs: uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb + uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 - name: Log in to GitHub Container Registry uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 |