We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325364a commit 57b97b5Copy full SHA for 57b97b5
.github/workflows/base-test.yml
@@ -23,9 +23,9 @@ jobs:
23
name: ClickHouse${{ matrix.clickhouse-version }} Python${{ matrix.python-version }} Django${{ matrix.django-version }}
24
steps:
25
- name: Checkout repository
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
29
with:
30
python-version: ${{ matrix.python-version }}
31
- name: Install dependencies
0 commit comments