From 760f4eac3ecd1f761b2fbe182e8b7798562e345a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:35:10 +0000 Subject: [PATCH] Update ansible/ansible-lint action to v25 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1efd1038..e7cd6556 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Run ansible-lint - uses: ansible/ansible-lint@v24.12.2 + uses: ansible/ansible-lint@v25.1.0 - name: Generate Tag id: generate_tag