This commit is contained in:
dependabot[bot] 2026-06-03 18:31:36 +00:00 committed by GitHub
commit 486a4d789a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -22,6 +22,6 @@ jobs:
- name: Run ansible-lint - name: Run ansible-lint
if: steps.check.outputs.has_files == 'true' if: steps.check.outputs.has_files == 'true'
uses: ansible/ansible-lint@v25 uses: ansible/ansible-lint@v26
with: with:
working_directory: ansible/ working_directory: ansible/

View file

@ -89,7 +89,7 @@ jobs:
- name: Post plan as PR comment - name: Post plan as PR comment
if: github.actor != 'dependabot[bot]' if: github.actor != 'dependabot[bot]'
uses: actions/github-script@v7 uses: actions/github-script@v9
with: with:
script: | script: |
const fs = require('fs'); const fs = require('fs');