diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 8a35f8f..53e0cd6 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Validate composer.json and composer.lock run: composer validate --strict