Skip to content

Commit

Permalink
Bump isbang/compose-action from 1.3.2 to 1.4.1 (#213)
Browse files Browse the repository at this point in the history
Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.3.2 to 1.4.1.
- [Release notes](https://github.com/isbang/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v1.3.2...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Jul 19, 2023
1 parent ccc4bc7 commit 67ce907
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 @@ -65,7 +65,7 @@ jobs:
sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R
- name: run docker-compose cluster
uses: isbang/compose-action@v1.4.0
uses: isbang/compose-action@v1.4.1
with:
compose-file: './docker-compose.yml'
down-flags: '--volumes'
Expand Down Expand Up @@ -116,7 +116,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.4.0
uses: isbang/compose-action@v1.4.1
with:
compose-file: './docker-compose-host.yml'
down-flags: '--volumes'
Expand Down

0 comments on commit 67ce907

Please sign in to comment.