diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 2308f3d5..ce1c4fd7 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -20,9 +20,9 @@ jobs: - name: Install dependencies run: | - 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 + python -m pip install --upgrade pip + pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible + pip install ansible-lint==24.7.0 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check run: |