From 303624210e409ce80c022242df74e30439e9101d Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 8 Jan 2026 14:46:07 +0000 Subject: [PATCH] Update https://github.com/ansible/ansible-lint action to v26 --- .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 d29fb6e..05bdb26 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@v25.11.0 + uses: https://github.com/ansible/ansible-lint@v26.1.0 with: setup_python: "false" requirements_file: "requirements.yml"