From e3a41e938e5f58506234ba693d026a637d736b35 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Mon, 4 Dec 2023 08:56:31 +0100 Subject: [PATCH] use new ansible-lint github action --- .github/workflows/lint.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5dcacbd..e8bd743 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,10 +8,9 @@ on: - cron: "10 6 * * 1" jobs: build: + name: ansible lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: run ansible-lint - uses: ansible/ansible-lint-action@v6.22.0 - with: - path: '.' + uses: ansible/ansible-lint@v6.22.0