Update ruff.yml

This commit is contained in:
Aykhan Shahsuvarov 2023-09-18 13:51:41 +04:00 committed by GitHub
parent e67ec8c878
commit f20bab5ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@ jobs:
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |