diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 420ad26..e639cd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: coverage: pcov - name: Composer install - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 with: dependency-versions: ${{ matrix.dependencies }} composer-options: ${{ matrix.composer-options }} @@ -85,7 +85,7 @@ jobs: - name: Code Coverage Report if: success() && matrix.php-version == '8.2' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 cs-stan: name: Coding Standard & Static Analysis diff --git a/README.md b/README.md index be8b120..2fa55c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# CakePHP 4 Dump SQL plugin +# CakePHP Dump SQL plugin [![Latest Stable Version](http://poser.pugx.org/lordsimal/cakephp-dump-sql/v)](https://packagist.org/packages/lordsimal/cakephp-dump-sql) [![Total Downloads](http://poser.pugx.org/lordsimal/cakephp-dump-sql/downloads)](https://packagist.org/packages/lordsimal/cakephp-dump-sql) [![Latest Unstable Version](http://poser.pugx.org/lordsimal/cakephp-dump-sql/v/unstable)](https://packagist.org/packages/lordsimal/cakephp-dump-sql) [![License](http://poser.pugx.org/lordsimal/cakephp-dump-sql/license)](https://packagist.org/packages/lordsimal/cakephp-dump-sql) [![PHP Version Require](http://poser.pugx.org/lordsimal/cakephp-dump-sql/require/php)](https://packagist.org/packages/lordsimal/cakephp-dump-sql) [![codecov](https://codecov.io/github/LordSimal/cakephp-dump-sql/branch/main/graph/badge.svg?token=S4JKN84SWY)](https://codecov.io/github/LordSimal/cakephp-dump-sql)