Преглед изворни кода

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>
pull/3827/head
Suguru Hirahara пре 1 година
родитељ
комит
45bacab8a0
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml Прегледај датотеку

@@ -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…
Откажи
Сачувај