diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-11 13:36:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-11 13:36:02 -0500 |
commit | 9d005839af05862f971ded100f6b4db193dfa39e (patch) | |
tree | 954dd40cb671776076cc7fdb7b3d9bb6db2b9e21 /.github | |
parent | a7e5c73608c914e2992f0856236756265c383580 (diff) | |
download | spack-9d005839af05862f971ded100f6b4db193dfa39e.tar.gz spack-9d005839af05862f971ded100f6b4db193dfa39e.tar.bz2 spack-9d005839af05862f971ded100f6b4db193dfa39e.tar.xz spack-9d005839af05862f971ded100f6b4db193dfa39e.zip |
build(deps): bump docker/setup-buildx-action from 2.5.0 to 2.6.0 (#38242)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c...6a58db7e0d21ca03e6c44877909e80e45217eed2)
---
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 daa0d9da19..a064aa1ed1 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@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # @v1 + uses: docker/setup-buildx-action@6a58db7e0d21ca03e6c44877909e80e45217eed2 # @v1 - name: Log in to GitHub Container Registry uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # @v1 |