Update python-check.yml

Update actions/checkout and actions/setup-python
This commit is contained in:
OniriCorpe 2024-03-14 16:29:00 +01:00 committed by GitHub
parent 6abf422a08
commit e22af3852b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,9 +9,9 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
- name: Install Ruff and Mypy
run: pip install ruff mypy