🎨 Updated python version

This commit is contained in:
Nikhil Badyal
2023-08-25 19:40:30 +05:30
parent 7ca04c04e5
commit 0f1fff01c2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: setup python
uses: actions/setup-python@main
with:
python-version: '3.11'
python-version: '3.11.4'
- name: Install Requirements
run: |
+1 -1
View File
@@ -15,4 +15,4 @@ jobs:
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
PYTHON_VERSION: '3.11'
PYTHON_VERSION: '3.11.4'