diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-12 17:18:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 17:18:05 -0400 |
commit | c2bdb4600aa288c2cd0a8cbadc54f7d4b0f78b9d (patch) | |
tree | a7de4076cb5e5643bbfb69856d8fcb08c7ef9d3f /.github | |
parent | 90208da8a5035d3f2531f32fc763a889ed09b624 (diff) | |
download | spack-c2bdb4600aa288c2cd0a8cbadc54f7d4b0f78b9d.tar.gz spack-c2bdb4600aa288c2cd0a8cbadc54f7d4b0f78b9d.tar.bz2 spack-c2bdb4600aa288c2cd0a8cbadc54f7d4b0f78b9d.tar.xz spack-c2bdb4600aa288c2cd0a8cbadc54f7d4b0f78b9d.zip |
build(deps): bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#38783)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a...2a1a44ac4aa01993040736bd95bb470da1a38365)
---
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 c496918956..efe2836c0f 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -95,7 +95,7 @@ jobs: uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # @v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a # @v1 + uses: docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # @v1 - name: Log in to GitHub Container Registry uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # @v1 |