Update checkout and setup-python actions version in workflow and improve ruff config

This commit is contained in:
Vincent Emonet 2023-07-09 11:43:58 +02:00
parent f0943dada1
commit 19fb149112
4 changed files with 17 additions and 18 deletions

View file

@ -15,9 +15,9 @@ jobs:
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
@ -45,9 +45,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies