Skip to content

Commit 128374d

Browse files
committed
Update dependencies
1 parent 8471ff4 commit 128374d

3 files changed

Lines changed: 240 additions & 223 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
python_version:
1313
- '3.9'
1414
os:
15-
- ubuntu-22.04
15+
- ubuntu-latest
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Setup python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python_version }}
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
- name: Install poetry
2525
run: |
2626
pip3 install poetry
2727
- name: Install dependencies
28-
run: poetry install --no-interaction --no-root
28+
run: poetry install --no-interaction
2929
- name: Run checks
3030
run: poetry run make check

0 commit comments

Comments
 (0)