Kaynağa Gözat

Pin ansible lint tests

Antony Messerli 2 yıl önce
ebeveyn
işleme
09bf679b77
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 ansible-lint
+        pip install ansible==7.6.0 ansible-lint==6.16.2
 
     - name: Syntax Check
       run: |