Merge branch 'main' into permks-1

This commit is contained in:
Sampark Sharma
2022-05-16 16:23:38 +05:30
committed by GitHub
156 changed files with 1788 additions and 360 deletions
+2 -2
View File
@@ -37,10 +37,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python version
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v3.0.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip'