Skip to content

Commit 86a7b83

Browse files
committed
Update Python version to 3.10 in GitHub Actions workflows
1 parent 5b965a8 commit 86a7b83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions-ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 #v5.4.0
2121
with:
22-
python-version: '3.x'
22+
python-version: '3.10'
2323

2424
- name: Install dependencies
2525
run: |

.github/workflows/github-actions-code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 #v5.4.0
2121
with:
22-
python-version: '3.x'
22+
python-version: '3.10'
2323

2424
- name: Install dependencies
2525
run: |

0 commit comments

Comments
 (0)