diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-04 07:26:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 07:26:49 +0200 |
commit | 96880e0b65e0a4091fe0827772f2974e164a1eb1 (patch) | |
tree | 6fb0612cf5bdba0fabefaa045060e3f34cb816f7 /.github | |
parent | 48de9d48e2b16871a20e6306ddcb44d900fb038e (diff) | |
download | spack-96880e0b65e0a4091fe0827772f2974e164a1eb1.tar.gz spack-96880e0b65e0a4091fe0827772f2974e164a1eb1.tar.bz2 spack-96880e0b65e0a4091fe0827772f2974e164a1eb1.tar.xz spack-96880e0b65e0a4091fe0827772f2974e164a1eb1.zip |
build(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.0 (#46768)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/988b5a0280414f521da01fcc63a27aeeb4b104db...8026d2bc3645ea78b0d2544766a1225eb5691f89)
---
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 620e8a0453..39c43be356 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -96,7 +96,7 @@ jobs: uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf - name: Set up Docker Buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db + uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 - name: Log in to GitHub Container Registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 |