Compare commits

...

3 Commits

Author SHA1 Message Date
cd11ef0465 chore(deps): update actions/checkout action to v5
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 4s
Lint Markdown files / markdown-lint (push) Failing after 3s
Ansible Linter / ansible-lint (pull_request) Failing after 3s
Lint Markdown files / markdown-lint (pull_request) Failing after 4s
2025-08-11 16:02:00 +00:00
dcca335eaf Merge pull request 'chore(deps): update actions/checkout action to v4.3.0' (#9) from renovate/actions into master
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 13s
Ansible Linter / ansible-lint (push) Successful in 15s
2025-08-11 13:14:22 +00:00
d60ec9b0e3 chore(deps): update actions/checkout action to v4.3.0
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 51s
Lint Markdown files / markdown-lint (push) Successful in 10s
Ansible Linter / ansible-lint (pull_request) Successful in 51s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
2025-08-11 13:02:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Run ansible-lint
uses: ansible/ansible-lint@v25.7.0
with:

View File

@ -12,7 +12,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5.0.0
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with:
globs: '**/*.md'