From 7466440adc44d29151e22bd62389ec16797de355 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:54:27 +0000 Subject: [PATCH] Update dependency ansible to v12.3.0 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 2eec55b8..bc575541 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ansible==12.2.0 # renovate: datasource=pypi depName=ansible + pip install ansible==12.3.0 # renovate: datasource=pypi depName=ansible pip install ansible-lint==25.11.0 # renovate: datasource=pypi depName=ansible-lint - name: Syntax Check