From f5f04ef17afc4189c1a6bcc71f6c7875e1adb24c Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 21 Oct 2025 00:44:59 +0000 Subject: [PATCH] chore(deps): update https://github.com/ansible/ansible-lint action to v24.12.2 --- .forgejo/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yaml b/.forgejo/workflows/lint.yaml index 1002532..3c64472 100644 --- a/.forgejo/workflows/lint.yaml +++ b/.forgejo/workflows/lint.yaml @@ -24,7 +24,7 @@ jobs: # work in our environmnet. # Rather manually setup python (pip) before instead. - name: Run ansible-lint - uses: https://github.com/ansible/ansible-lint@v24.10.0 + uses: https://github.com/ansible/ansible-lint@4ce8e497d462cf73b4d4fac1e97b4ace4f317dcc # v24.12.2 with: setup_python: "false" requirements_file: "requirements.yml"