From 22d89fa16d8b357f40edaa92569acdff0e7eee8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 16:02:50 +0900 Subject: [PATCH] ci(deps): update docker/setup-buildx-action action to v2.10.0 (#385) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) | action | minor | `v2.9.1` -> `v2.10.0` | --- ### Release Notes
docker/setup-buildx-action (docker/setup-buildx-action) ### [`v2.10.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.10.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0) #### What's Changed - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.7.1 to 0.10.0 by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/setup-buildx-action/pull/258](https://togithub.com/docker/setup-buildx-action/pull/258) - Bump word-wrap from 1.2.3 to 1.2.5 in [https://github.com/docker/setup-buildx-action/pull/253](https://togithub.com/docker/setup-buildx-action/pull/253) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Mogyuchi/gh-test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee62ae7f0..78c19f3c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: with: path: artifact - name: Set up Docker Buildx - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2.9.1 + uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0 - name: Log in to the Container registry uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0