소스 검색

Pin ansible

Antony Messerli 3 년 전
부모
커밋
c86b965d38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/pull-requests.yml

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

@@ -19,7 +19,7 @@ jobs:
     - name: Install dependencies
       run: |
         python -m pip install --upgrade pip
-        pip install ansible ansible-lint
+        pip install ansible==5.4.0 ansible-lint==5.4.0
 
     - name: Syntax Check
       run: |