Skip to content

Commit a761d4f

Browse files
Merge pull request #36 from Rakshithkodekloud/main
Update actions version in python-workflow.yml
2 parents f180820 + db8892c commit a761d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- name: Set up Python 3.8
12-
uses: actions/setup-python@v2
11+
- name: Set up Python 3.11
12+
uses: actions/setup-python@v5
1313
with:
14-
python-version: 3.8
14+
python-version: 3.11
1515

1616
- name: Install dependencies
1717
run: |

0 commit comments

Comments
 (0)