From b83f34d543c9bf637a6e664fb6f515273debbc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:45:25 +0000 Subject: [PATCH] chore(deps): bump ansible/ansible-lint from 24 to 25 Bumps [ansible/ansible-lint](https://github.com/ansible/ansible-lint) from 24 to 25. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24...v25) --- updated-dependencies: - dependency-name: ansible/ansible-lint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b83a0ba..bf82e46 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: Lint for Ansible Playbook - uses: ansible/ansible-lint@v24 + uses: ansible/ansible-lint@v25 yamllint: runs-on: ubuntu-latest