Merge pull request #39 from nikhilbadyal/dependabot/github_actions/actions/setup-python-4.3.0

Bump actions/setup-python from 4.2.0 to 4.3.0
This commit is contained in:
Nikhil Badyal
2022-10-11 10:26:31 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4.2.0 uses: actions/setup-python@v4.3.0
with: with:
python-version: "3.10" python-version: "3.10"
cache: pip cache: pip
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4.2.0 uses: actions/setup-python@v4.3.0
with: with:
python-version: '3.x' python-version: '3.x'