Skip to content

Commit

Permalink
deps: Update hoverkraft-tech/compose-action action to v2.0.2 (main) (#…
Browse files Browse the repository at this point in the history
…22516)

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.0.1` -> `v2.0.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>hoverkraft-tech/compose-action
(hoverkraft-tech/compose-action)</summary>

###
[`v2.0.2`](https://redirect.github.com/hoverkraft-tech/compose-action/releases/tag/v2.0.2)

[Compare
Source](https://redirect.github.com/hoverkraft-tech/compose-action/compare/v2.0.1...v2.0.2)

#### Release Summary

This release introduces new tests for the `attach-dependencies` feature,
along with support for absolute paths in the `compose-file` input.
Documentation for actions and workflows has been updated, and several
dependencies related to GitHub actions and npm development have been
bumped to ensure better performance and stability.

No breaking changes have been introduced.

#### What's Changed

- ci: add test for attach-dependencies by
[@&#8203;neilime](https://redirect.github.com/neilime) in
[https://github.com/hoverkraft-tech/compose-action/pull/75](https://redirect.github.com/hoverkraft-tech/compose-action/pull/75)
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.2 to
0.13.3 in the github-actions-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/77](https://redirect.github.com/hoverkraft-tech/compose-action/pull/77)
- docs: update actions and workflows documentation by
[@&#8203;hoverkraft-bot](https://redirect.github.com/hoverkraft-bot) in
[https://github.com/hoverkraft-tech/compose-action/pull/78](https://redirect.github.com/hoverkraft-tech/compose-action/pull/78)
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.13.3 to
0.14.0 in the github-actions-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/79](https://redirect.github.com/hoverkraft-tech/compose-action/pull/79)
- chore(deps): bump hoverkraft-tech/ci-github-nodejs from 0.5.1 to 0.6.0
in the github-actions-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/80](https://redirect.github.com/hoverkraft-tech/compose-action/pull/80)
- chore(deps-dev): bump eslint-plugin-github from 5.0.1 to 5.0.2 in the
npm-dev-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/84](https://redirect.github.com/hoverkraft-tech/compose-action/pull/84)
- fix: support absolute path for compose-file input by
[@&#8203;neilime](https://redirect.github.com/neilime) in
[https://github.com/hoverkraft-tech/compose-action/pull/85](https://redirect.github.com/hoverkraft-tech/compose-action/pull/85)
- docs: update actions and workflows documentation by
[@&#8203;hoverkraft-bot](https://redirect.github.com/hoverkraft-bot) in
[https://github.com/hoverkraft-tech/compose-action/pull/86](https://redirect.github.com/hoverkraft-tech/compose-action/pull/86)
- chore(deps): bump hoverkraft-tech/ci-github-common from 0.14.0 to
0.15.0 in the github-actions-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/hoverkraft-tech/compose-action/pull/87](https://redirect.github.com/hoverkraft-tech/compose-action/pull/87)

**Full Changelog**:
hoverkraft-tech/compose-action@v2.0.1...v2.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
  • Loading branch information
renovate[bot] authored Sep 20, 2024
2 parents 12e409d + 4346ae9 commit 63197ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/compose/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
using: composite
steps:
- name: Run ${{ inputs.project_name }} compose
uses: hoverkraft-tech/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 # v2.0.1
uses: hoverkraft-tech/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e # v2.0.2
with:
compose-file: |
${{ inputs.compose_file }}
Expand Down

0 comments on commit 63197ec

Please sign in to comment.