Skip to content

Commit e509bcf

Browse files
committed
checking lint versions
1 parent ecff783 commit e509bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
Lint:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Run ansible-lint
14-
uses: ansible/ansible-lint@main
14+
uses: ansible/ansible-lint@v25.1.3
1515
Tests:
1616
name: Test role on different ansible versions
1717
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)