Browse Source

Update ansible/ansible-lint action to v25.8.1

pull/4500/head
renovate[bot] 8 months ago
committed by GitHub
parent
commit
4b7703264f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml View File

@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v5

- name: Run ansible-lint
uses: ansible/ansible-lint@v25.8.0
uses: ansible/ansible-lint@v25.8.1
with:
args: "roles/custom"
setup_python: "true"


Loading…
Cancel
Save