Skip to content

Commit 4a8b5a9

Browse files
committed
New version is fixed (hopefully)
1 parent 0f0e46b commit 4a8b5a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-integrations-dbs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python-version: ${{ matrix.python-version }}
6161
allow-prereleases: true
6262
- name: "Setup ClickHouse Server"
63-
uses: getsentry/action-clickhouse-in-ci@v1.3
63+
uses: getsentry/action-clickhouse-in-ci@v1.4
6464
- name: Setup Test Env
6565
run: |
6666
pip install "coverage[toml]" tox
@@ -156,7 +156,7 @@ jobs:
156156
python-version: ${{ matrix.python-version }}
157157
allow-prereleases: true
158158
- name: "Setup ClickHouse Server"
159-
uses: getsentry/action-clickhouse-in-ci@v1.3
159+
uses: getsentry/action-clickhouse-in-ci@v1.4
160160
- name: Setup Test Env
161161
run: |
162162
pip install "coverage[toml]" tox

scripts/split_tox_gh_actions/templates/test_group.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
allow-prereleases: true
5353
{% if needs_clickhouse %}
5454
- name: "Setup ClickHouse Server"
55-
uses: getsentry/action-clickhouse-in-ci@v1.3
55+
uses: getsentry/action-clickhouse-in-ci@v1.4
5656
{% endif %}
5757

5858
{% if needs_redis %}

0 commit comments

Comments
 (0)