浏览代码

Pin ansible and ansible-lint on pull-req

Antony Messerli 2 年之前
父节点
当前提交
2fc52274af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/pull-requests.yml

+ 1 - 1
.github/workflows/pull-requests.yml

@@ -21,7 +21,7 @@ jobs:
     - name: Install dependencies
     - name: Install dependencies
       run: |
       run: |
         python -m pip install --upgrade pip
         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
     - name: Syntax Check
       run: |
       run: |