Browse Source

Bump ansible versions

Antony Messerli 8 tháng trước cách đây
mục cha
commit
ff4e9d0015
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/pull-requests.yml

+ 1 - 1
.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: |