From 45bacab8a00c49236959dabc9140ca2217d52ea2 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 27 Nov 2024 00:23:52 +0900 Subject: [PATCH] Replace ansible-community/ansible-lint-action with ansible/ansible-lint ansible-community/ansible-lint-action was deprecated on Aug 2, 2023, and it recommends to use the current Github action here: https://github.com/marketplace/actions/run-ansible-lint Signed-off-by: Suguru Hirahara --- .github/workflows/matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index de1455688..8a9cdef96 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -21,6 +21,6 @@ jobs: - name: Check out uses: actions/checkout@v4 - name: Run ansible-lint - uses: ansible-community/ansible-lint-action@v6.17.0 + uses: ansible/ansible-lint@v24.10.0 with: path: roles/custom