We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aa6956 + ffb27cd commit 253bd6aCopy full SHA for 253bd6a
.github/workflows/ansible-linter.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
20
- name: Checkout repository
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
23
- name: Run ansible-lint
24
uses: ansible/ansible-lint@main
.github/workflows/linter.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
0 commit comments