Skip to content

Commit 9b4c32d

Browse files
MaxBed4dAlex-Welsh
andauthored
Update .github/workflows/ansible-lint.yml
Co-authored-by: Alex-Welsh <[email protected]>
1 parent 73908ef commit 9b4c32d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
# Python version being set because of issue with Ubuntu permissions and versions of Python < 3.11
18+
# Python version must be pinned because of issue with Ubuntu permissions
19+
# See https://github.com/actions/runner-images/issues/11499
1920
- name: Set up Python
20-
# This is the version of the action for setting up Python, not the Python version.
2121
uses: actions/setup-python@v5
2222
with:
23-
# Semantic version range syntax or exact version of a Python version
24-
python-version: '3.11'
23+
python-version: '3.12'
2524

2625
- name: Install Ansible collections
2726
run: |

0 commit comments

Comments
 (0)