From 262b2ba75301f593cbc24accc5bc247607a2fe23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:35:32 +0000 Subject: [PATCH] chore(deps): update ansible/ansible-lint action to v24.12.2 --- .github/workflows/ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 12b6a0154..b5856a474 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -32,6 +32,6 @@ jobs: ln -s ${{ github.workspace }}/.ansible-lint ${{ github.workspace }}/ansible/.ansible-lint # lint ansible - - uses: ansible/ansible-lint@v24.12.1 + - uses: ansible/ansible-lint@v24.12.2 with: working_directory: ${{ github.workspace }}/ansible