Skip to content

Commit 3f5dc50

Browse files
authored
fix: fix/latest version (#654)
* fix: realm conflict * test: latest version fix * chore: update dependencies * ci: use modern action * test: generalize for older versions * test: more cases
1 parent de1ed16 commit 3f5dc50

6 files changed

Lines changed: 560 additions & 396 deletions

File tree

.github/workflows/daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
23-
- uses: docker-practice/actions-setup-docker@master
23+
- uses: docker/setup-docker-action@v4
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/setup-python@v5
6969
with:
7070
python-version: ${{ matrix.python-version }}
71-
- uses: docker-practice/actions-setup-docker@master
71+
- uses: docker/setup-docker-action@v4
7272
- name: Install dependencies
7373
run: |
7474
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)