Skip to content

Commit

Permalink
chore(deps): update mikefarah/yq action to v4.45.1 (#335)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [mikefarah/yq](https://redirect.github.com/mikefarah/yq) | action |
minor | `v4.44.6` -> `v4.45.1` |

---

### Release Notes

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

###
[`v4.45.1`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.45.1):
- Create parent directories when --split-exp is used!

[Compare
Source](https://redirect.github.com/mikefarah/yq/compare/v4.44.6...v4.45.1)

- Create parent directories when --split-exp is used, Thanks
[@&#8203;rudo-thomas](https://redirect.github.com/rudo-thomas)
    -   Bumped dependencies

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/camunda/infra-global-github-actions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent cc97124 commit e5313bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yq-yaml-processor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
using: composite
steps:
- name: Process patches
uses: mikefarah/yq@v4.44.6
uses: mikefarah/yq@v4.45.1
id: process
env:
OPTIONS: ${{ inputs.options }}
Expand Down

0 comments on commit e5313bb

Please sign in to comment.