diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-29 14:48:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 14:48:24 +0100 |
commit | e7510ae2922edd5a52fc0f786b5b69f9738c0cca (patch) | |
tree | 64a98d6a80dcbcd8bf36c97fb38299689a279872 /.github | |
parent | 0c224ba4a71ef481d2f3993c4aa3d60d4f5bd904 (diff) | |
download | spack-e7510ae2922edd5a52fc0f786b5b69f9738c0cca.tar.gz spack-e7510ae2922edd5a52fc0f786b5b69f9738c0cca.tar.bz2 spack-e7510ae2922edd5a52fc0f786b5b69f9738c0cca.tar.xz spack-e7510ae2922edd5a52fc0f786b5b69f9738c0cca.zip |
build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#42883)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/f95db51fddba0c2d1ec667646a06c2ce06100226...0d103c3126aa41d772a8362f6aa67afac040f80c)
---
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 944587e561..e2f9d12609 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -96,7 +96,7 @@ jobs: uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 + uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c - name: Log in to GitHub Container Registry uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d |