Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action action to v2.7.0 (#51)
Browse files Browse the repository at this point in the history
[![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.5.0` -> `v2.7.0` |

---

### Release Notes

<details>
<summary>docker/setup-buildx-action</summary>

###
[`v2.7.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.7.0)

[Compare
Source](https://togithub.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0)

- Bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.3.0 to 0.5.0 in
[docker/setup-buildx-action#237
[docker/setup-buildx-action#238

**Full Changelog**:
docker/setup-buildx-action@v2.6.0...v2.7.0

###
[`v2.6.0`](https://togithub.com/docker/setup-buildx-action/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0)

- Set node name for k8s driver when appending nodes by
[@&#8203;crazy-max](https://togithub.com/crazy-max) in
[docker/setup-buildx-action#219
- Bump
[@&#8203;docker/actions-toolkit](https://togithub.com/docker/actions-toolkit)
from 0.1.0-beta.18 to 0.3.0 in
[docker/setup-buildx-action#220
[docker/setup-buildx-action#229
[docker/setup-buildx-action#231
[docker/setup-buildx-action#236

**Full Changelog**:
docker/setup-buildx-action@v2.5.0...v2.6.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 13, 2023
1 parent 5b3cc33 commit b2dce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_chezmoi_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
uses: docker/setup-buildx-action@v2.7.0
- name: Build docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit b2dce21

Please sign in to comment.