From 09bf679b77007d8e0b14434b4da111012cb7da5e Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 30 May 2023 20:57:28 -0500 Subject: [PATCH] Pin ansible lint tests --- .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 56cd2dbb..186b6db6 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 ansible-lint + pip install ansible==7.6.0 ansible-lint==6.16.2 - name: Syntax Check run: |