From 4889586a94904a2aed90bf14d77eb60b143435d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:12:42 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20python=20(3.11.14=20?= =?UTF-8?q?=E2=86=92=203.14.0)=20(#382)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ansible-lint-fix/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-lint-fix/action.yml b/ansible-lint-fix/action.yml index 1d99331..8a553f7 100644 --- a/ansible-lint-fix/action.yml +++ b/ansible-lint-fix/action.yml @@ -77,7 +77,7 @@ runs: if: steps.check-files.outputs.files_found == 'true' uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: - python-version: '3.11' + python-version: '3.14' cache: 'pip' - name: Install ansible-lint