Fix lint, update versions (#1357)

This commit is contained in:
Antony Messerli 2023-12-06 00:50:30 -06:00 committed by GitHub
parent 550a33e322
commit 39a537b372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -17,11 +17,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ansible==7.6.0 ansible-lint==6.15.0
pip install ansible==9.0.1 ansible-lint==6.22.1
- name: Syntax Check
run: |