diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-14 09:36:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 09:36:41 +0200 |
commit | 988f71f4345f8013502b99b58ee6f703e0df1fbc (patch) | |
tree | bdca596d01f6b3295745354d09b54328b3176f22 /.github | |
parent | 4fe76f973a64abf50f95cbf5d6a8c2cb147ae693 (diff) | |
download | spack-988f71f4345f8013502b99b58ee6f703e0df1fbc.tar.gz spack-988f71f4345f8013502b99b58ee6f703e0df1fbc.tar.bz2 spack-988f71f4345f8013502b99b58ee6f703e0df1fbc.tar.xz spack-988f71f4345f8013502b99b58ee6f703e0df1fbc.zip |
build(deps): bump docker/setup-buildx-action from 2.6.0 to 2.7.0 (#38370)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/6a58db7e0d21ca03e6c44877909e80e45217eed2...ecf95283f03858871ff00b787d79c419715afc34)
---
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 ba82532fcc..4ab2334ec6 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@6a58db7e0d21ca03e6c44877909e80e45217eed2 # @v1 + uses: docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # @v1 - name: Log in to GitHub Container Registry uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # @v1 |