Skip to content

Commit

Permalink
Upgrade python version to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jibees committed Nov 23, 2022
1 parent bf81ab7 commit 926a634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '2.7'
python-version: '3.8.2'

- name: Set up Ansible
run: |
Expand All @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '2.7'
python-version: '3.8.2'

- name: Set up Ansible
run: |
Expand Down

0 comments on commit 926a634

Please sign in to comment.