Skip to content

Commit

Permalink
Bump isbang/compose-action from 1.5.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/isbang/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v1.5.0...v2.0.0)

---
updated-dependencies:
- dependency-name: isbang/compose-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent af12870 commit af422da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestOnPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R
- name: run docker-compose cluster
uses: isbang/compose-action@v1.5.0
uses: isbang/compose-action@v2.0.0
with:
compose-file: './docker-compose.yml'
down-flags: '--volumes'
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R
- name: run docker-compose cluster in host mode
uses: isbang/compose-action@v1.5.0
uses: isbang/compose-action@v2.0.0
with:
compose-file: './docker-compose-host.yml'
down-flags: '--volumes'
Expand Down

0 comments on commit af422da

Please sign in to comment.