diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 0512bd4..ffcc23d 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout Role uses: actions/checkout@v4 - name: Run Ansible-lint - uses: ansible/ansible-lint@v24.9.0 + uses: ansible/ansible-lint@v24.9.2 test: needs: - lint diff --git a/CHANGELOG.md b/CHANGELOG.md index a01edad..f8c00bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [Unreleased](https://github.com/buluma/ansible-role-buildtools/tree/HEAD) + +[Full Changelog](https://github.com/buluma/ansible-role-buildtools/compare/24.3.31...HEAD) + +**Merged pull requests:** + +- Bump ansible/ansible-lint from 24.7.0 to 24.9.0 [\#27](https://github.com/buluma/ansible-role-buildtools/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [24.3.31](https://github.com/buluma/ansible-role-buildtools/tree/24.3.31) (2024-03-29) [Full Changelog](https://github.com/buluma/ansible-role-buildtools/compare/24.2.26...24.3.31)