Skip to content

Commit

Permalink
Bump hoverkraft-tech/compose-action from 2.0.2 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action) from 2.0.2 to 2.2.0.
- [Release notes](https://github.com/hoverkraft-tech/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v2.0.2...v2.2.0)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/compose-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 1bc7f2e commit 9410760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sed -i 's/DOMAIN=.*/DOMAIN=ci-example.com/' .env
- name: Create stack
uses: hoverkraft-tech/compose-action@v2.0.2
uses: hoverkraft-tech/compose-action@v2.2.0
with:
compose-file: "./docker-compose.yml"
up-flags: "-d --quiet-pull"
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
sed -i 's/DOMAIN=.*/DOMAIN=ci-example.com/' .env
- name: Create stack
uses: hoverkraft-tech/compose-action@v2.0.2
uses: hoverkraft-tech/compose-action@v2.2.0
with:
compose-file: "./docker-compose-quick-start.yml"
up-flags: "-d --quiet-pull"
Expand Down

0 comments on commit 9410760

Please sign in to comment.