mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-18 09:07:10 +00:00
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 <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
c4e81097e3
commit
45bacab8a0
2
.github/workflows/matrix.yml
vendored
2
.github/workflows/matrix.yml
vendored
@ -21,6 +21,6 @@ jobs:
|
|||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible-community/ansible-lint-action@v6.17.0
|
uses: ansible/ansible-lint@v24.10.0
|
||||||
with:
|
with:
|
||||||
path: roles/custom
|
path: roles/custom
|
||||||
|
Loading…
Reference in New Issue
Block a user