diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-13 09:48:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 09:48:55 +0200 |
commit | 601c727491089d29e36e3cae8d86a507e94764f8 (patch) | |
tree | 3e8ad721e18b5dd9213a000e2a250cb27115b277 /.github | |
parent | 40c400441a75d80f6a901554aeebb5f1100ea3c5 (diff) | |
download | spack-601c727491089d29e36e3cae8d86a507e94764f8.tar.gz spack-601c727491089d29e36e3cae8d86a507e94764f8.tar.bz2 spack-601c727491089d29e36e3cae8d86a507e94764f8.tar.xz spack-601c727491089d29e36e3cae8d86a507e94764f8.zip |
Bump docker/setup-buildx-action from 2.0.0 to 2.1.0 (#33267)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/dc7b9719a96d48369863986a06765841d7ea23f6...95cb08cb2672c73d4ffd2f422e6d11953d2a9c70)
---
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>
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 9e395974d3..c5b7567dbd 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -89,7 +89,7 @@ jobs: uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # @v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # @v1 + uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # @v1 - name: Log in to GitHub Container Registry uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # @v1 |