From d8d91339124ed0066836dd8cfb74c4c94dc1bec7 Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Tue, 7 May 2024 12:29:55 -0400 Subject: [PATCH] Update ansible-lint GHA There seems to be a bug in older versions of ansible-lint where pinning to a version for the GHA still installs the main branch. --- .github/workflows/linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 9dd7f0e0..33c819d5 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -21,4 +21,4 @@ jobs: - uses: actions/checkout@v4 - name: Run ansible-lint - uses: ansible/ansible-lint@v6.21.0 + uses: ansible/ansible-lint@v24.2.3