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

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: |