diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 11:53:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 11:53:18 -0400 |
commit | b65d9f1524fb178d17160769f29b974643d0e338 (patch) | |
tree | 1ca8d8e0b42c89253d1340d9b8292288c138b46a /.github/workflows | |
parent | 03e5dddf246b3f53200e9e9df610d44d3739f026 (diff) | |
download | spack-b65d9f1524fb178d17160769f29b974643d0e338.tar.gz spack-b65d9f1524fb178d17160769f29b974643d0e338.tar.bz2 spack-b65d9f1524fb178d17160769f29b974643d0e338.tar.xz spack-b65d9f1524fb178d17160769f29b974643d0e338.zip |
build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#45379)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/4fd812986e6c8c2a69e18311145f9371337f27d4...aa33708b10e362ff993539393ff100fa93ed6a27)
---
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')
-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 7b8fdeb2c2..1fe2c8427a 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@4fd812986e6c8c2a69e18311145f9371337f27d4 + uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 - name: Log in to GitHub Container Registry uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 |