Explorar o código

Pin ansible and ansible-lint on pull-req

Antony Messerli %!s(int64=2) %!d(string=hai) anos
pai
achega
2fc52274af
Modificáronse 1 ficheiros con 1 adicións e 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 ansible-lint
+        pip install ansible==6.4.0 ansible-lint==6.7.0
 
     - name: Syntax Check
       run: |