Explorar el Código

Update ansible/ansible-lint action to v25.8.0

pull/4497/head
renovate[bot] hace 7 meses
committed by GitHub
padre
commit
30706c22e4
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml Ver fichero

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


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


Cargando…
Cancelar
Guardar