diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 1aeb3fa3..e4ab9559 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -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: |