Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action action to v2.5.0 (#8)
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.2.1` -> `v2.5.0` |

---

### Release Notes

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

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

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

- `cleanup` input to remove builder and temp files by
[@&#8203;crazy-max](https://togithub.com/crazy-max) in
[docker/setup-buildx-action#213
- do not remove builder using the `docker` driver by
[@&#8203;crazy-max](https://togithub.com/crazy-max) in
[docker/setup-buildx-action#218
- fix current context as builder name for `docker` driver by
[@&#8203;crazy-max](https://togithub.com/crazy-max) in
[docker/setup-buildx-action#209

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

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

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

- Get releases from actions toolkit by
[@&#8203;crazy-max](https://togithub.com/crazy-max)
([#&#8203;200](https://togithub.com/docker/setup-buildx-action/issues/200))
- Bump csv-parse from 5.3.3 to 5.3.4
([#&#8203;199](https://togithub.com/docker/setup-buildx-action/issues/199))

**Full Changelog**:
docker/setup-buildx-action@v2.4.0...v2.4.1

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

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

- Don't depend on the GitHub API to check release by
[@&#8203;crazy-max](https://togithub.com/crazy-max)
([#&#8203;196](https://togithub.com/docker/setup-buildx-action/issues/196))

**Full Changelog**:
docker/setup-buildx-action@v2.3.0...v2.4.0

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

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

- Use Octokit to check Buildx release on GitHub by
[@&#8203;crazy-max](https://togithub.com/crazy-max)
([#&#8203;191](https://togithub.com/docker/setup-buildx-action/issues/191)
[#&#8203;192](https://togithub.com/docker/setup-buildx-action/issues/192))
- Add version pinning information to the README by
[@&#8203;jedevc](https://togithub.com/jedevc)
([#&#8203;189](https://togithub.com/docker/setup-buildx-action/issues/189))
- Bump minimatch from 3.0.4 to 3.1.2
([#&#8203;182](https://togithub.com/docker/setup-buildx-action/issues/182))
- Bump csv-parse from 5.3.1 to 5.3.3
([#&#8203;181](https://togithub.com/docker/setup-buildx-action/issues/181))
- Bump json5 from 2.2.0 to 2.2.3
([#&#8203;184](https://togithub.com/docker/setup-buildx-action/issues/184))

**Full Changelog**:
docker/setup-buildx-action@v2.2.1...v2.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent 013f630 commit e347b82
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 @@ -19,7 +19,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.1.0
- name: Set up docker buildx
uses: docker/setup-buildx-action@v2.2.1
uses: docker/setup-buildx-action@v2.5.0
- name: Build docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit e347b82

Please sign in to comment.