We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73908ef commit 9b4c32dCopy full SHA for 9b4c32d
.github/workflows/ansible-lint.yml
@@ -15,13 +15,12 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
- # Python version being set because of issue with Ubuntu permissions and versions of Python < 3.11
+ # Python version must be pinned because of issue with Ubuntu permissions
19
+ # See https://github.com/actions/runner-images/issues/11499
20
- name: Set up Python
- # This is the version of the action for setting up Python, not the Python version.
21
uses: actions/setup-python@v5
22
with:
23
- # Semantic version range syntax or exact version of a Python version
24
- python-version: '3.11'
+ python-version: '3.12'
25
26
- name: Install Ansible collections
27
run: |
0 commit comments