Skip to content

Commit 0f3b35e

Browse files
ci: bump ansible/ansible-lint from 24.10.0 to 24.12.0 (#122)
Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.10.0 to 24.12.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](ansible/ansible-lint@v24.10.0...v24.12.0) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 619cbeb commit 0f3b35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@v4
9696
- name: Run ansible-lint
97-
uses: ansible/ansible-lint@v24.10.0
97+
uses: ansible/ansible-lint@v24.12.0
9898
# optional (see below):
9999
with:
100100
args: "--config-file ${{ github.workspace }}/test/ansible-lint.yaml"

0 commit comments

Comments
 (0)