Skip to content

Commit ebfdf31

Browse files
authored
Update ansible-lint action in workflow (#169)
Fixes #168 Replace the deprecated `ansible/ansible-lint-action@main` with `ansible/ansible-lint@main` in the workflow file `.github/workflows/ansible-lint.yml`.
1 parent 3e77253 commit ebfdf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
steps:
99
- uses: ansible-network/github_actions/.github/actions/checkout_dependency@main
1010
- name: Run ansible-lint
11-
uses: ansible/ansible-lint-action@main
11+
uses: ansible/ansible-lint@main

0 commit comments

Comments
 (0)