diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d10d93f..4c2b40b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,7 +11,7 @@ jobs: php: ["8.1", "8.2"] dependency-version: ["highest", "lowest"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure PHP uses: shivammathur/setup-php@v2 @@ -21,7 +21,7 @@ jobs: coverage: none - name: Install dependencies - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 with: dependency-versions: ${{ matrix.dependency-version }} composer-options: "--prefer-dist" diff --git a/README.md b/README.md index 01ba42f..5be5930 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ though. See the [contributors page](../../graphs/contributors) for all contribut [ico-version]: https://img.shields.io/packagist/v/sven/laravel-view-assertions.svg?style=flat-square [ico-license]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/sven/laravel-view-assertions.svg?style=flat-square -[ico-build]: https://img.shields.io/github/workflow/status/svenluijten/laravel-view-assertions/Tests?style=flat-square +[ico-build]: https://img.shields.io/github/actions/workflow/status/svenluijten/laravel-view-assertions/run-tests.yml?style=flat-square [ico-styleci]: https://styleci.io/repos/358929420/shield [link-packagist]: https://packagist.org/packages/sven/laravel-view-assertions