Skip to content

Commit 850ae64

Browse files
Bump isbang/compose-action from 2.3.0 to 2.4.1 in /.github/workflows (#472)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f97fb9 commit 850ae64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@main
6969

7070
- name: Start ClickHouse (version - ${{ matrix.clickhouse }}) in Docker
71-
uses: isbang/compose-action@v2.3.0
71+
uses: isbang/compose-action@v2.4.1
7272
env:
7373
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
7474
with:
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/checkout@main
102102

103103
- name: Start ClickHouse (version - ${{ matrix.clickhouse }}) in Docker
104-
uses: isbang/compose-action@v2.3.0
104+
uses: isbang/compose-action@v2.4.1
105105
env:
106106
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
107107
with:
@@ -142,7 +142,7 @@ jobs:
142142
- uses: actions/checkout@main
143143

144144
- name: Start ClickHouse cluster (version - ${{ matrix.clickhouse }}) in Docker
145-
uses: isbang/compose-action@v2.3.0
145+
uses: isbang/compose-action@v2.4.1
146146
env:
147147
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
148148
with:
@@ -173,7 +173,7 @@ jobs:
173173
- uses: actions/checkout@main
174174

175175
- name: Start ClickHouse cluster (version - ${{ matrix.clickhouse }}) in Docker
176-
uses: isbang/compose-action@v2.3.0
176+
uses: isbang/compose-action@v2.4.1
177177
env:
178178
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
179179
with:
@@ -272,7 +272,7 @@ jobs:
272272
fetch-depth: 0
273273

274274
- name: Start ClickHouse (version - ${{ matrix.clickhouse }}) in Docker
275-
uses: isbang/compose-action@v2.3.0
275+
uses: isbang/compose-action@v2.4.1
276276
with:
277277
compose-file: 'docker-compose.yml'
278278
down-flags: '--volumes'

0 commit comments

Comments
 (0)