Skip to content

Commit

Permalink
chore(deps): update docker/setup-qemu-action action to v2.2.0 (#52)
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-qemu-action](https://togithub.com/docker/setup-qemu-action)
| action | minor | `v2.1.0` -> `v2.2.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0)

#### What's Changed

- Trim off spaces in `platforms` input by
[@&#8203;Chocobo1](https://togithub.com/Chocobo1) in
[docker/setup-qemu-action#64
- Switch to actions-toolkit implementation by
[@&#8203;crazy-max](https://togithub.com/crazy-max) in
[docker/setup-qemu-action#70
[docker/setup-qemu-action#80
[docker/setup-qemu-action#83

#### New Contributors

- [@&#8203;Chocobo1](https://togithub.com/Chocobo1) made their first
contribution in
[docker/setup-qemu-action#64

**Full Changelog**:
docker/setup-qemu-action@v2.1.0...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 13, 2023
1 parent 7dcf546 commit 5b3cc33
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 @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.1.0
uses: docker/setup-qemu-action@v2.2.0
- name: Set up docker buildx
uses: docker/setup-buildx-action@v2.5.0
- name: Build docker image
Expand Down

0 comments on commit 5b3cc33

Please sign in to comment.