Skip to content

Commit

Permalink
change version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker-shyam committed Jan 30, 2024
1 parent 82cc558 commit ac1cc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/first-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: use latest commit
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: use particular python version
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.6.9
python-version: 3.13.0

- name: Check version
run: python --version

0 comments on commit ac1cc37

Please sign in to comment.