diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6f03e0e..0738e2e 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.8.12" + ".": "2.8.13" } diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index a673d66..eb15365 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -80,6 +80,6 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🧐 Lint Ansible files - uses: ansible/ansible-lint@v25.1.2 + uses: ansible/ansible-lint@v25.1.3 with: args: '-c ${{ github.workspace }}/.github/.ansible-lint.yml' diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec97b2..bac7ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.8.13](https://github.com/wayofdev/docker-php-dev/compare/v2.8.12...v2.8.13) (2025-02-18) + + +### Dependencies + +* **deps:** update ansible/ansible-lint action to v25.1.3 ([#94](https://github.com/wayofdev/docker-php-dev/issues/94)) ([0620610](https://github.com/wayofdev/docker-php-dev/commit/0620610a2d4eef025be03ca3c39eeb57d13966e7)) + ## [2.8.12](https://github.com/wayofdev/docker-php-dev/compare/v2.8.11...v2.8.12) (2025-02-05)