File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scripts/split-tox-gh-actions/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757 with :
5858 python-version : ${{ matrix.python-version }}
5959 allow-prereleases : true
60- - uses : getsentry/action-clickhouse-in-ci@v1
60+ - uses : getsentry/action-clickhouse-in-ci@v1.1
6161 - name : Setup Test Env
6262 run : |
6363 pip install "coverage[toml]" tox
@@ -152,7 +152,7 @@ jobs:
152152 with :
153153 python-version : ${{ matrix.python-version }}
154154 allow-prereleases : true
155- - uses : getsentry/action-clickhouse-in-ci@v1
155+ - uses : getsentry/action-clickhouse-in-ci@v1.1
156156 - name : Setup Test Env
157157 run : |
158158 pip install "coverage[toml]" tox
Original file line number Diff line number Diff line change 5151 python-version: {% raw %} ${{ matrix.python-version }}{% endraw %}
5252 allow-prereleases: true
5353 {% if needs_clickhouse %}
54- - uses: getsentry/action-clickhouse-in-ci@v1
54+ - uses: getsentry/action-clickhouse-in-ci@v1.1
5555 {% endif %}
5656
5757 {% if needs_redis %}
You can’t perform that action at this time.
0 commit comments