Skip to content

Commit dfb0092

Browse files
chore: bump isbang/compose-action from 2.4.2 to 2.4.3 (#393)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ilya Bondar <ilya_bondar@epam.com>
1 parent 79b722c commit dfb0092

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1414
with:
1515
submodules: true
16-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
16+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
1717
with:
1818
cwd: "./dial-cookbook/ci"
1919
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
26+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
2727
name: Run quickstart model example
2828
with:
2929
cwd: "./dial-docker-compose/ci/model"
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
37-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
37+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
3838
with:
3939
cwd: "./dial-docker-compose/ci/application"
4040
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
47-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
47+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
4848
with:
4949
cwd: "./dial-docker-compose/ci/addon"
5050
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
57-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
57+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
5858
with:
5959
cwd: "./dial-docker-compose/ci/ollama"
6060
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1414
with:
1515
submodules: true
16-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
16+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
1717
with:
1818
cwd: "./dial-cookbook/ci"
1919
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
27+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
2828
name: Run quickstart model example
2929
with:
3030
cwd: "./dial-docker-compose/ci/model"
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
38+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
3939
with:
4040
cwd: "./dial-docker-compose/ci/application"
4141
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
48-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
48+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
4949
with:
5050
cwd: "./dial-docker-compose/ci/addon"
5151
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
58-
- uses: isbang/compose-action@248470ecc5ed40d8ed3d4480d8260d77179ef579 # v2.4.2
58+
- uses: isbang/compose-action@05da55b2bb8a5a759d1c4732095044bd9018c050 # v2.4.3
5959
with:
6060
cwd: "./dial-docker-compose/ci/ollama"
6161
up-flags: "--abort-on-container-exit --exit-code-from test --timeout 300"

0 commit comments

Comments
 (0)