From 8afaa50c475210530165f271aaa0b8de5dc9a733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:37:31 -0700 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v2.8.0 (#65) 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.7.0` -> `v2.8.0` | --- ### Release Notes
docker/setup-buildx-action (docker/setup-buildx-action) ### [`v2.8.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.8.0) [Compare Source](https://togithub.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0) - Only set specific flags for drivers supporting them by [@​nicks](https://togithub.com/nicks) in [https://github.com/docker/setup-buildx-action/pull/241](https://togithub.com/docker/setup-buildx-action/pull/241) - Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.5.0 to 0.6.0 in [https://github.com/docker/setup-buildx-action/pull/242](https://togithub.com/docker/setup-buildx-action/pull/242) **Full Changelog**: https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- 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/scottames/dots). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr_chezmoi_init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_chezmoi_init.yaml b/.github/workflows/pr_chezmoi_init.yaml index dc5569f0..3101be12 100644 --- a/.github/workflows/pr_chezmoi_init.yaml +++ b/.github/workflows/pr_chezmoi_init.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v2.2.0 - name: Set up docker buildx - uses: docker/setup-buildx-action@v2.7.0 + uses: docker/setup-buildx-action@v2.8.0 - name: Build docker image uses: docker/build-push-action@v4 with: