diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed8d63f..1dbc239 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - '--prefer-stable --prefer-lowest' name: PHP ${{ matrix.php }} ${{ matrix.composer_args }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }}