From 2e4e7e47cbd4e5ec297c26916d5b783adb6b6633 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Thu, 18 Jul 2024 16:42:50 +0200 Subject: [PATCH] Make the documentation not use a very old version of ansible-lint by default (#4246) --- docs/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing.md b/docs/installing.md index d8d65866cb..c7e4719b13 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -115,7 +115,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run ansible-lint - uses: ansible/ansible-lint@v6 + uses: ansible/ansible-lint@main ``` Due to limitations on how GitHub Actions are processing arguments, we do not