Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 2a9b675

Browse files
chore(deps): bump ansible/ansible-lint from 24.7.0 to 24.9.0
Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24.7.0 to 24.9.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](ansible/ansible-lint@v24.7.0...v24.9.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]>
1 parent 1a0c4cb commit 2a9b675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: ansible/ansible-lint@v24.7.0
13+
- uses: ansible/ansible-lint@v24.9.0
1414
with:
1515
args: "ansible"
1616
- run: 'echo "VM_TOKEN=foo" > .env'

0 commit comments

Comments
 (0)