Skip to content

Commit 3197861

Browse files
committed
fix outdated ansible-lint action
1 parent 4a9236c commit 3197861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212

1313
- name: Ansible Lint Action
14-
uses: ansible-community/ansible-lint-action@v6.0.2
14+
uses: ansible/ansible-lint@v6

0 commit comments

Comments
 (0)