From 5c068f3b9103299c06d1e36216709f751dc2d802 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 30 May 2023 21:16:27 -0500 Subject: [PATCH] Pin ansible-lint --- .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 186b6db6..4954a340 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==7.6.0 ansible-lint==6.16.2 + pip install ansible==7.6.0 ansible-lint==6.15.0 - name: Syntax Check run: |