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 302537c + 129efd7 commit b1fcd2dCopy full SHA for b1fcd2d
.github/workflows/ansible-lint.yml
@@ -8,7 +8,7 @@ jobs:
8
9
steps:
10
# Important: This sets up your GITHUB_WORKSPACE environment variable
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
12
13
- name: Lint Ansible Playbook
14
uses: ansible/ansible-lint@v25
.github/workflows/superlinter.yml
@@ -12,7 +12,7 @@ jobs:
- name: Checkout Code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
16
with:
17
# Full git history is needed to get a proper list of changed files within `super-linter`
18
fetch-depth: 0
0 commit comments