Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore(deps): update mikefarah/yq action to v4.40.5 (#33)
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 |
|---|---|---|---|
| [mikefarah/yq](https://togithub.com/mikefarah/yq) | action | patch |
`v4.40.3` -> `v4.40.5` |

---

### Release Notes

<details>
<summary>mikefarah/yq (mikefarah/yq)</summary>

###
[`v4.40.5`](https://togithub.com/mikefarah/yq/compare/v4.40.4...v4.40.5)

[Compare
Source](https://togithub.com/mikefarah/yq/compare/v4.40.4...v4.40.5)

### [`v4.40.4`](https://togithub.com/mikefarah/yq/releases/tag/v4.40.4):
- Fixed bug with creating maps with values based off keys

[Compare
Source](https://togithub.com/mikefarah/yq/compare/v4.40.3...v4.40.4)

- Fixed bug with creating maps with values based off keys
[#&#8203;1886](https://togithub.com/mikefarah/yq/issues/1886),
[#&#8203;1889](https://togithub.com/mikefarah/yq/issues/1889)
    -   Bumped dependencies

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on friday" in timezone
America/Los_Angeles, 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://developer.mend.io/github/scottames/ublue).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6ImxpdmUifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent ffe2e19 commit d1bc01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4

- name: Add yq (for reading recipe.yml)
uses: mikefarah/yq@v4.40.3
uses: mikefarah/yq@v4.40.5

- name: Gather image data from recipe
run: |
Expand Down

0 comments on commit d1bc01f

Please sign in to comment.