Skip to content

Commit dd14b73

Browse files
committed
use newest action
1 parent 01af99c commit dd14b73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
python-version: ${{ matrix.python-version }}
6767
allow-prereleases: true
6868
- name: "Setup ClickHouse Server"
69-
uses: getsentry/action-clickhouse-in-ci@v1.6
69+
uses: getsentry/action-clickhouse-in-ci@main
7070
- name: Setup Test Env
7171
run: |
7272
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
@@ -51,7 +51,7 @@
5151

5252
{% if needs_clickhouse %}
5353
- name: "Setup ClickHouse Server"
54-
uses: getsentry/action-clickhouse-in-ci@v1.6
54+
uses: getsentry/action-clickhouse-in-ci@main
5555
{% endif %}
5656

5757
{% if needs_redis %}

0 commit comments

Comments
 (0)