Skip to content

Commit ee89ba7

Browse files
ci: Bump ansible/ansible-lint from 25 to 26
Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 25 to 26. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](ansible/ansible-lint@v25...v26) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-version: '26' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac75ade commit ee89ba7

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
@@ -76,7 +76,7 @@ jobs:
7676
echo "coll_req_file=$coll_req_file" >> $GITHUB_OUTPUT
7777
7878
- name: Run ansible-lint
79-
uses: ansible/ansible-lint@v25
79+
uses: ansible/ansible-lint@v26
8080
with:
8181
working_directory: ${{ github.workspace }}/.tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }}
8282
requirements_file: ${{ steps.collection.outputs.coll_req_file }}

0 commit comments

Comments
 (0)