Skip to content

Commit 120a709

Browse files
chore(deps): update hoverkraft-tech/compose-action action to v2.4.2 (#1292)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hoverkraft-tech/compose-action](https://redirect.github.com/hoverkraft-tech/compose-action) | action | patch | `v2.4.1` -> `v2.4.2` | --- ### Release Notes <details> <summary>hoverkraft-tech/compose-action (hoverkraft-tech/compose-action)</summary> ### [`v2.4.2`](https://redirect.github.com/hoverkraft-tech/compose-action/releases/tag/v2.4.2) [Compare Source](https://redirect.github.com/hoverkraft-tech/compose-action/compare/v2.4.1...v2.4.2) #### Release Summary Fix: docker-compose error objects are now formatted into readable messages for clearer debugging. Docs: refreshed Actions and workflows documentation to reflect current behavior. Internal: dependency maintenance across the GitHub Actions stack, including the github-actions-dependencies group, [@&#8203;octokit/action](https://redirect.github.com/octokit/action), and js-yaml. #### Breaking change(s) There is no breaking change. #### What's Changed - docs: update actions and workflows documentation by [@&#8203;hoverkraft-bot](https://redirect.github.com/hoverkraft-bot)\[bot] in [#&#8203;189](https://redirect.github.com/hoverkraft-tech/compose-action/pull/189) - chore(deps): bump the github-actions-dependencies group with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;190](https://redirect.github.com/hoverkraft-tech/compose-action/pull/190) - chore(deps): bump the github-actions-dependencies group with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;192](https://redirect.github.com/hoverkraft-tech/compose-action/pull/192) - docs: update actions and workflows documentation by [@&#8203;hoverkraft-bot](https://redirect.github.com/hoverkraft-bot)\[bot] in [#&#8203;193](https://redirect.github.com/hoverkraft-tech/compose-action/pull/193) - chore(deps): bump the github-actions-dependencies group with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;195](https://redirect.github.com/hoverkraft-tech/compose-action/pull/195) - chore(deps): bump [@&#8203;octokit/action](https://redirect.github.com/octokit/action) from 8.0.2 to 8.0.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;194](https://redirect.github.com/hoverkraft-tech/compose-action/pull/194) - chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;197](https://redirect.github.com/hoverkraft-tech/compose-action/pull/197) - chore(deps): bump the github-actions-dependencies group across 1 directory with 10 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;199](https://redirect.github.com/hoverkraft-tech/compose-action/pull/199) - docs: update actions and workflows documentation by [@&#8203;hoverkraft-bot](https://redirect.github.com/hoverkraft-bot)\[bot] in [#&#8203;200](https://redirect.github.com/hoverkraft-tech/compose-action/pull/200) - fix: format docker-compose error objects as readable messages by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;204](https://redirect.github.com/hoverkraft-tech/compose-action/pull/204) - chore(deps): bump the github-actions-dependencies group across 1 directory with 10 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;205](https://redirect.github.com/hoverkraft-tech/compose-action/pull/205) **Full Changelog**: <hoverkraft-tech/compose-action@v2...v2.4.2> </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DiamondLightSource/blueapi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f12a0d commit 120a709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_system_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: astral-sh/setup-uv@v7
2424

2525
- name: Compose services
26-
uses: hoverkraft-tech/compose-action@3846bcd61da338e9eaaf83e7ed0234a12b099b72 # v2.4.1
26+
uses: hoverkraft-tech/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
2727
with:
2828
compose-file: "tests/system_tests/compose.yaml"
2929

0 commit comments

Comments
 (0)