From b2423ab635c80605805451a75d9d95b696713aa2 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Wed, 31 Jan 2024 13:50:40 +0100 Subject: [PATCH] updated ansible lint version --- .github/workflows/lint.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 431426a..81a7566 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,12 +10,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: run ansible-lint - uses: ansible/ansible-lint-action@main - with: - override-deps: | - rich>=9.5.1,<11.0.0 - ansible==6.2.0 - ansible-lint==6.4.0 - targets: "./" + uses: ansible/ansible-lint@v6.22.2