mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
Merge e6a063100a into 7b2552fea5
This commit is contained in:
commit
486a4d789a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint-ansible.yml
vendored
2
.github/workflows/lint-ansible.yml
vendored
|
|
@ -22,6 +22,6 @@ jobs:
|
|||
|
||||
- name: Run ansible-lint
|
||||
if: steps.check.outputs.has_files == 'true'
|
||||
uses: ansible/ansible-lint@v25
|
||||
uses: ansible/ansible-lint@v26
|
||||
with:
|
||||
working_directory: ansible/
|
||||
|
|
|
|||
2
.github/workflows/validate-terraform.yml
vendored
2
.github/workflows/validate-terraform.yml
vendored
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
|
||||
- name: Post plan as PR comment
|
||||
if: github.actor != 'dependabot[bot]'
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
script: |
|
||||
const fs = require('fs');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue