Explorar el Código

Pin ansible-lint

Antony Messerli hace 1 año
padre
commit
5c068f3b91
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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==7.6.0 ansible-lint==6.16.2
+        pip install ansible==7.6.0 ansible-lint==6.15.0
 
     - name: Syntax Check
       run: |