|
@@ -16,12 +16,13 @@ jobs:
|
|
|
|
|
|
- uses: actions/setup-python@v5
|
|
|
with:
|
|
|
- python-version: '3.13'
|
|
|
+ python-version: '3.13' # renovate: datasource=github-tags depName=python
|
|
|
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
- python -m pip install --upgrade pip
|
|
|
- pip install ansible==10.2.0 ansible-lint==24.7.0
|
|
|
+ python -m pip install --upgrade pip
|
|
|
+ pip install ansible==10.2.0 # renovate: datasource=pypi
|
|
|
+ pip install ansible-lint==24.7.0 # renovate: datasource=pypi
|
|
|
|
|
|
- name: Syntax Check
|
|
|
run: |
|