Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent fe94993 commit 32b897c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
- name: Compile
run: mix compile --warnings-as-errors
- name: "Docker compose dependencies"
uses: isbang/[email protected].1
uses: isbang/[email protected].2
with:
compose-file: "./docker-compose.yaml"
down-flags: "--volumes"
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
- name: Check Eslint and JS Code Format
run: cd test/e2e && npm run lint && npm run format:check
- name: "Docker compose dependencies"
uses: isbang/[email protected].1
uses: isbang/[email protected].2
with:
compose-file: "./docker-compose.yaml"
down-flags: "--volumes"
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
test/e2e/node_modules
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-${{ hashFiles('test/e2e/package-lock.json') }}
- name: "Docker compose dependencies"
uses: isbang/[email protected].1
uses: isbang/[email protected].2
with:
compose-file: "./docker-compose.yaml"
down-flags: "--volumes"
Expand Down Expand Up @@ -659,7 +659,7 @@ jobs:
test/e2e/node_modules
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-${{ hashFiles('test/e2e/package-lock.json') }}
- name: "Docker compose dependencies"
uses: isbang/[email protected].1
uses: isbang/[email protected].2
with:
compose-file: "./docker-compose.yaml"
compose-flags: "--profile idp"
Expand Down

0 comments on commit 32b897c

Please sign in to comment.