Browse Source

chore(deps): update ansible/ansible-lint action to v25.11.1

pull/4747/head
renovate[bot] 3 months ago
committed by Slavi Pantaleev
parent
commit
4caf38e682
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@v6

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


Loading…
Cancel
Save