Skip to content

Commit

Permalink
Merge pull request #36 from Rakshithkodekloud/main
Browse files Browse the repository at this point in the history
Update actions version in python-workflow.yml
  • Loading branch information
chauhan-aditya1 authored Nov 13, 2024
2 parents f180820 + db8892c commit a761d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11

- name: Install dependencies
run: |
Expand Down

0 comments on commit a761d4f

Please sign in to comment.