From ff4e9d001503a6e6b136f71c0c3225aa0acfbbae Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 10 Aug 2024 11:21:41 -0500 Subject: [PATCH] Bump ansible versions --- .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 46166be3..04fc21a5 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==9.0.1 ansible-lint==6.22.1 + pip install ansible==10.2.0 ansible-lint==24.7.0 - name: Syntax Check run: |