Skip to content

Commit c4dfbc3

Browse files
chore(deps): Bump hoverkraft-tech/compose-action from 2.1.0 to 2.2.0 (#693)
Bumps [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action) from 2.1.0 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hoverkraft-tech/compose-action/releases">hoverkraft-tech/compose-action's releases</a>.</em></p> <blockquote> <h2>v2.2.0</h2> <h2>Release Summary</h2> <p>This release introduces a new feature allowing users to specify Docker flags as an input, enhancing flexibility in Docker Compose operations. A bug fix ensures that Docker Compose output is now printed only in debug mode, reducing unnecessary log verbosity. Additionally, documentation has been updated to reflect the latest actions and workflows. Dependencies have been updated for GitHub Actions to maintain compatibility and security.</p> <p>No breaking changes were introduced in this release.</p> <h2>What's Changed</h2> <ul> <li>chore(deps): bump the actions-dependencies group across 1 directory with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/107">hoverkraft-tech/compose-action#107</a></li> <li>fix: print docker compose output to debug only by <a href="https://github.com/neilime"><code>@​neilime</code></a> in <a href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/118">hoverkraft-tech/compose-action#118</a></li> <li>feat: add docker flags input by <a href="https://github.com/neilime"><code>@​neilime</code></a> in <a href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/115">hoverkraft-tech/compose-action#115</a></li> <li>docs: update actions and workflows documentation by <a href="https://github.com/hoverkraft-bot"><code>@​hoverkraft-bot</code></a> in <a href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/121">hoverkraft-tech/compose-action#121</a></li> <li>chore(deps): bump the github-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hoverkraft-tech/compose-action/pull/119">hoverkraft-tech/compose-action#119</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hoverkraft-tech/compose-action/compare/v2.1.0...v2.2.0">https://github.com/hoverkraft-tech/compose-action/compare/v2.1.0...v2.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hoverkraft-tech/compose-action/commit/8be2d741e891ac9b8ac20825e6f3904149599925"><code>8be2d74</code></a> chore(deps): bump the github-actions-dependencies group with 2 updates</li> <li><a href="https://github.com/hoverkraft-tech/compose-action/commit/d98be6ed723fbd8a8e7c0f47b9285c50ecb6c544"><code>d98be6e</code></a> docs: update actions and workflows documentation</li> <li><a href="https://github.com/hoverkraft-tech/compose-action/commit/2c587abdb14bd2dafade1579638aa9e2adab47b8"><code>2c587ab</code></a> feat: add docker flags input</li> <li><a href="https://github.com/hoverkraft-tech/compose-action/commit/5bc973d473e63b8bbb46a8a340d5bb310f4cd313"><code>5bc973d</code></a> fix: npm security issue</li> <li><a href="https://github.com/hoverkraft-tech/compose-action/commit/99765016ef429f024b3346e6909fbd55753d5591"><code>9976501</code></a> docs; use docker compose wording instead of docker-compose</li> <li><a href="https://github.com/hoverkraft-tech/compose-action/commit/0807b1498774c2bdc127b25ed2c3ece56809976b"><code>0807b14</code></a> fix: print docker compose output to debug only</li> <li><a href="https://github.com/hoverkraft-tech/compose-action/commit/765986dd3e37c58692011629eb8a5f146ad9484c"><code>765986d</code></a> docs: add ref link to debug mode</li> <li><a href="https://github.com/hoverkraft-tech/compose-action/commit/ad6e7b37dc84c2935f0e58723b43b615a01b1b25"><code>ad6e7b3</code></a> chore(deps): bump the actions-dependencies group across 1 directory with 2 up...</li> <li>See full diff in <a href="https://github.com/hoverkraft-tech/compose-action/compare/v2.1.0...v2.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hoverkraft-tech/compose-action&package-manager=github_actions&previous-version=2.1.0&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b98c5d commit c4dfbc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cargo-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "configuration=$(jq -c --arg package '${{ matrix.package }}' '.[$package]' .github/test-configuration.json)" >> "$GITHUB_OUTPUT"
7474
7575
- name: start dependencies
76-
uses: hoverkraft-tech/compose-action@v2.1.0
76+
uses: hoverkraft-tech/compose-action@v2.2.0
7777
with:
7878
compose-file: "./docker-compose.yaml"
7979
down-flags: "--volumes"
@@ -138,7 +138,7 @@ jobs:
138138
save-if: false
139139

140140
- name: start dependencies
141-
uses: hoverkraft-tech/compose-action@v2.1.0
141+
uses: hoverkraft-tech/compose-action@v2.2.0
142142
with:
143143
compose-file: "./docker-compose.yaml"
144144
down-flags: "--volumes"

0 commit comments

Comments
 (0)